summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Brand <tom@trellis.ch>2019-02-17 22:18:27 +0100
committerThomas Brand <tom@trellis.ch>2019-02-17 22:18:27 +0100
commit3d1f6fee1977241ac9766cb165a5a3822f68064f (patch)
tree76546f23cfbbcc0c000a3f37081140114f0073b2
parent2cbeb4bde38410f0860b1ee9acd3f8692cb67e16 (diff)
downloadjack2-3d1f6fee1977241ac9766cb165a5a3822f68064f.tar.gz
Exit without error
-rwxr-xr-x.ci/test_run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/test_run.sh b/.ci/test_run.sh
index 27282be4..3071fd83 100755
--- a/.ci/test_run.sh
+++ b/.ci/test_run.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#stop here if ./waf install wasn't successful
-ls -l /usr/bin/jackd || exit 1
+ls -l /usr/bin/jackd || exit
echo "`date`"
echo "$TRAVIS_OS_NAME"