From 2a3aa38fe8fd9a4b0c22ba7076ee25e20f596e03 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 21 May 2025 14:36:30 +0900 Subject: Remove core dump message from E9Patch's test outputs --- patches/e9patch-check.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1