diff options
author | chriseth <chris@ethereum.org> | 2018-02-28 01:54:19 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-03-02 00:19:35 +0800 |
commit | 7f8e5733391bf2a02a7d1a701591dedddf6341b0 (patch) | |
tree | 138e472ebf22f39199873309d606e7eefc6ab422 /scripts | |
parent | 1246917e323eeae635ba7ed6a8a56a1995815bfd (diff) | |
download | dexon-solidity-7f8e5733391bf2a02a7d1a701591dedddf6341b0.tar.gz dexon-solidity-7f8e5733391bf2a02a7d1a701591dedddf6341b0.tar.zst dexon-solidity-7f8e5733391bf2a02a7d1a701591dedddf6341b0.zip |
Abort on the first failed end-to-end run.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tests.sh | 3 |
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 |