commit d2401020b9909f4fba9292682f3ee908ee387a67
parent aeb361e709e680b926b2a4342a8735bf897b6b50
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Mon, 14 Dec 2015 00:36:44 +0100
Output env and use sudo to do_tests.sh
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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