Skip to content
Snippets Groups Projects
Commit cd94b54b authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #10969 from owncloud/set-e

terminate script execution in case of failure
parents 2a4201db 81965363
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@
# @author Vincent Petry
# @copyright 2014 Vincent Petry <pvince81@owncloud.com>
#
set -e
NPM="$(which npm 2>/dev/null)"
PREFIX="build"
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment