aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 00:56:04 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 00:56:04 +0100
commitfa3137c8fda91e3b58f42fbca4606c025e504ad2 (patch)
tree7fb786b4702f32e64c279c5521ab18e332e33ec9
parent2d90c1ecfa696029f88200bc6d1f5d139937d17d (diff)
downloadsbotools2-fa3137c8fda91e3b58f42fbca4606c025e504ad2.tar.xz
Need to change dir for do_tests.sh
-rwxr-xr-xt/travis.sh3
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