diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:36:44 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:36:44 +0100 |
commit | d2401020b9909f4fba9292682f3ee908ee387a67 (patch) | |
tree | 4017dd09e3307bbb757ce975602f2ee6bbd3490d | |
parent | aeb361e709e680b926b2a4342a8735bf897b6b50 (diff) | |
download | sbotools2-d2401020b9909f4fba9292682f3ee908ee387a67.tar.xz |
Output env and use sudo to do_tests.sh
-rwxr-xr-x | t/travis.sh | 4 |
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 |