diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-21 14:36:30 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-21 14:36:30 +0900 |
| commit | 2a3aa38fe8fd9a4b0c22ba7076ee25e20f596e03 (patch) | |
| tree | 99c24cd092afe50871a44985ac4ec0d8a0a39be3 | |
| parent | 12ee1119322e27775a0b956d893fe89dfb650fcd (diff) | |
| download | loftix-2a3aa38fe8fd9a4b0c22ba7076ee25e20f596e03.tar.gz | |
Remove core dump message from E9Patch's test outputs
| -rw-r--r-- | patches/e9patch-check.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patches/e9patch-check.patch b/patches/e9patch-check.patch index d060c9f..bf39bd2 100644 --- a/patches/e9patch-check.patch +++ b/patches/e9patch-check.patch @@ -162,7 +162,7 @@ new file mode 100755 index 000000000000..d22009e99b72 --- /dev/null +++ b/test/regtest/regtest -@@ -0,0 +1,25 @@ +@@ -0,0 +1,26 @@ +#!/bin/sh +fails=() +for exe in $* @@ -176,6 +176,7 @@ index 000000000000..d22009e99b72 + then ./exec.sh ./$cmd 1>$out 2>&1 + else ./exec.sh ./$exe 1>$out 2>&1 + fi ++ sed -i 's/ (core dumped)$//' $out + + diff -u $out $exp + if test $? -ne 0 |
