diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:56:04 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:56:04 +0100 |
commit | fa3137c8fda91e3b58f42fbca4606c025e504ad2 (patch) | |
tree | 7fb786b4702f32e64c279c5521ab18e332e33ec9 | |
parent | 2d90c1ecfa696029f88200bc6d1f5d139937d17d (diff) | |
download | sbotools2-fa3137c8fda91e3b58f42fbca4606c025e504ad2.tar.xz |
Need to change dir for do_tests.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 99fdb9d..4807fe8 100755 --- a/t/travis.sh +++ b/t/travis.sh @@ -14,4 +14,5 @@ env run sboconfig -V 14.1 run sbosnap fetch run sbofind sbotools -sudo t/do_tests.sh +cd t +sudo do_tests.sh |