aboutsummaryrefslogtreecommitdiff
path: root/t/travis.sh
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 00:35:11 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 00:35:11 +0100
commitaeb361e709e680b926b2a4342a8735bf897b6b50 (patch)
tree21b00e3d62f4604efd01f855e5108428418c3c13 /t/travis.sh
parent9c659a5f6640b141e32b60a66a21527d6a68d594 (diff)
downloadsbotools2-aeb361e709e680b926b2a4342a8735bf897b6b50.tar.xz
Let's check sboinstall's return value and then run t/do_tests.sh
Diffstat (limited to 't/travis.sh')
-rwxr-xr-xt/travis.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/travis.sh b/t/travis.sh
index bae30d9..a35dd24 100755
--- a/t/travis.sh
+++ b/t/travis.sh
@@ -12,4 +12,5 @@ run() {
run sboconfig -V 14.1
run sbosnap fetch
run sbofind sbotools
-yes | run sboinstall -i sbotools
+[[ 3 -eq yes | run sboinstall -i sbotools ]]
+t/do_tests.sh