diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:35:11 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:35:11 +0100 |
commit | aeb361e709e680b926b2a4342a8735bf897b6b50 (patch) | |
tree | 21b00e3d62f4604efd01f855e5108428418c3c13 /t/travis.sh | |
parent | 9c659a5f6640b141e32b60a66a21527d6a68d594 (diff) | |
download | sbotools2-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-x | t/travis.sh | 3 |
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 |