diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:57:57 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:57:57 +0100 |
commit | 83ac525ec75e192e09be11f162306c6d3353e08b (patch) | |
tree | 8ce31d77774fb2356e7bbd6fb1e7bac6ef9a9305 | |
parent | fa3137c8fda91e3b58f42fbca4606c025e504ad2 (diff) | |
download | sbotools2-83ac525ec75e192e09be11f162306c6d3353e08b.tar.xz |
Run ./do_tests.sh
-rwxr-xr-x | t/travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/travis.sh b/t/travis.sh index 4807fe8..40f1517 100755 --- a/t/travis.sh +++ b/t/travis.sh @@ -15,4 +15,4 @@ run sboconfig -V 14.1 run sbosnap fetch run sbofind sbotools cd t -sudo do_tests.sh +sudo ./do_tests.sh |