diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:02:30 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:02:30 +0100 |
commit | 8a5b911b15c02bd9bd5bd0d52abbdd095f1f5ae8 (patch) | |
tree | 215dc64826dfa5cfe9edf99b0ba44e86988005b2 /t/travis.sh | |
parent | 5065cfd04211d69c039a542a3ba6611f76425bb7 (diff) | |
download | sbotools2-8a5b911b15c02bd9bd5bd0d52abbdd095f1f5ae8.tar.xz |
This seems a better incantation
Diffstat (limited to 't/travis.sh')
-rwxr-xr-x | t/travis.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/travis.sh b/t/travis.sh index 8b79bac..5db4dbd 100755 --- a/t/travis.sh +++ b/t/travis.sh @@ -6,11 +6,11 @@ set -x PERL=`which perl` run() { - sudo $PERL -I"SBO-Lib/lib" "$*" + sudo $PERL -I"SBO-Lib/lib" "$@" } -run(sboconfig -V 14.1) -run(sbosnap fetch) +run sboconfig -V 14.1 +run sbosnap fetch echo "Not actually testing anything. Just verifying travis runs this." exit 0 |