From 2cbeb4bde38410f0860b1ee9acd3f8692cb67e16 Mon Sep 17 00:00:00 2001 From: Thomas Brand Date: Sat, 16 Feb 2019 14:04:39 +0100 Subject: Unset set -e; Want to see errors. --- .ci/test_run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.ci') diff --git a/.ci/test_run.sh b/.ci/test_run.sh index 98cc8c3e..27282be4 100755 --- a/.ci/test_run.sh +++ b/.ci/test_run.sh @@ -1,9 +1,7 @@ #!/bin/bash -set -e - #stop here if ./waf install wasn't successful -ls -l /usr/bin/jackd +ls -l /usr/bin/jackd || exit 1 echo "`date`" echo "$TRAVIS_OS_NAME" -- cgit v1.2.1