diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-09-09 17:12:20 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-09-09 17:12:20 +0200 |
commit | 8196536309421f2f6b8f816e1ae67b5a635c8da5 (patch) | |
tree | bf194f49799e51f6075995ad7df7401a3c69383e /autotest.sh | |
parent | dc99fd768ac99c380f1110c7bd4dd84d03256cd8 (diff) | |
download | nextcloud-server-8196536309421f2f6b8f816e1ae67b5a635c8da5.tar.gz nextcloud-server-8196536309421f2f6b8f816e1ae67b5a635c8da5.zip |
terminate script execution in case of failure
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autotest.sh b/autotest.sh index d359aed91e7..eb6b4888188 100755 --- a/autotest.sh +++ b/autotest.sh @@ -6,6 +6,8 @@ # @copyright 2012, 2013 Thomas Müller thomas.mueller@tmit.eu # +set -e + #$EXECUTOR_NUMBER is set by Jenkins and allows us to run autotest in parallel DATABASENAME=oc_autotest$EXECUTOR_NUMBER DATABASEUSER=oc_autotest$EXECUTOR_NUMBER |