aboutsummaryrefslogtreecommitdiff
path: root/src/templating/run-original-tests.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-01 12:44:10 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-01 12:44:10 +0200
commit2805413486701578c642a24faa1a0c698f8f3bd5 (patch)
tree3b6e545f54ca98c5a9b165f21f100331b5992f14 /src/templating/run-original-tests.sh
parent4b3c21a36e5220be99fd990e005dc452ef4dbbe0 (diff)
downloadexchange-2805413486701578c642a24faa1a0c698f8f3bd5.tar.xz
actually fail tests on error
Diffstat (limited to 'src/templating/run-original-tests.sh')
-rwxr-xr-xsrc/templating/run-original-tests.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/templating/run-original-tests.sh b/src/templating/run-original-tests.sh
index 05b57ffd6..21481a286 100755
--- a/src/templating/run-original-tests.sh
+++ b/src/templating/run-original-tests.sh
@@ -4,15 +4,6 @@ set -eux
export CFLAGS="-g"
-function build()
-{
- make clean
- make
-}
-
-# Install rebuild-on-exit handler (except for kill -9)
-trap build EXIT
-
echo "Ensuring clean state on entry to upstream tests ..."
make clean