From 7f8e5733391bf2a02a7d1a701591dedddf6341b0 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 27 Feb 2018 18:54:19 +0100 Subject: [PATCH] Abort on the first failed end-to-end run. --- scripts/tests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/tests.sh b/scripts/tests.sh index 9c20815eb..60dae2e42 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -113,10 +113,7 @@ do log=--logger=JUNIT,test_suite,$log_directory/noopt_$vm.xml $testargs_no_opt fi fi - set +e "$REPO_ROOT"/build/test/soltest $progress $log -- "$optimize" --evm-version "$vm" --ipcpath /tmp/test/geth.ipc - set -e - if [ $? -ne 0 ]; then exit $?; fi done done