aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/tests.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh
index 9c20815e..60dae2e4 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