aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 00:36:44 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 00:36:44 +0100
commitd2401020b9909f4fba9292682f3ee908ee387a67 (patch)
tree4017dd09e3307bbb757ce975602f2ee6bbd3490d
parentaeb361e709e680b926b2a4342a8735bf897b6b50 (diff)
downloadsbotools2-d2401020b9909f4fba9292682f3ee908ee387a67.tar.xz
Output env and use sudo to do_tests.sh
-rwxr-xr-xt/travis.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/travis.sh b/t/travis.sh
index a35dd24..d9690df 100755
--- a/t/travis.sh
+++ b/t/travis.sh
@@ -9,8 +9,10 @@ run() {
sudo $PERL -I"SBO-Lib/lib" "$@"
}
+env
+
run sboconfig -V 14.1
run sbosnap fetch
run sbofind sbotools
[[ 3 -eq yes | run sboinstall -i sbotools ]]
-t/do_tests.sh
+sudo t/do_tests.sh