Skip to content
Snippets Groups Projects
Commit 81965363 authored by Thomas Müller's avatar Thomas Müller
Browse files

terminate script execution in case of failure

parent dc99fd76
Branches
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.
Please register or to comment