summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Brand <tom@trellis.ch>2019-02-16 14:04:39 +0100
committerThomas Brand <tom@trellis.ch>2019-02-16 14:04:39 +0100
commit2cbeb4bde38410f0860b1ee9acd3f8692cb67e16 (patch)
treea20eb478bb619bdd5ab344a92696b89fc2a5a89b
parentc5d54f92404d9d46eb5f80253bbd57e50b642a22 (diff)
downloadjack2-2cbeb4bde38410f0860b1ee9acd3f8692cb67e16.tar.gz
Unset set -e; Want to see errors.
-rwxr-xr-x.ci/test_run.sh4
1 files changed, 1 insertions, 3 deletions
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"