sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

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:
Mt/travis.sh | 4+++-
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