www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 15942b97ae675d8576abac54558eada610e4fbcb
parent f0770fa84da3c3b1a5a5ee24b90a8d3b9851fd85
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 27 Oct 2017 01:08:48 -0400

Bail on auto-build failure when running tests

Diffstat:
Mtest/runtests.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/runtests.sh b/test/runtests.sh @@ -168,7 +168,7 @@ if [[ "$TRAVIS" != true ]] && ! ps | grep scripts/build.js | grep -v grep > /dev echo echo "Running JS build process" cd "$CWD/.." - npm run build + npm run build || exit $? echo fi