about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-05-21 14:36:30 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-05-21 14:36:30 +0900
commit2a3aa38fe8fd9a4b0c22ba7076ee25e20f596e03 (patch)
tree99c24cd092afe50871a44985ac4ec0d8a0a39be3
parent12ee1119322e27775a0b956d893fe89dfb650fcd (diff)
downloadloftix-2a3aa38fe8fd9a4b0c22ba7076ee25e20f596e03.tar.gz
Remove core dump message from E9Patch's test outputs
-rw-r--r--patches/e9patch-check.patch3
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