Add missing "install fuse" and "test workbench".
authorTom Clegg <tom@curoverse.com>
Mon, 18 Aug 2014 14:48:00 +0000 (10:48 -0400)
committerTom Clegg <tom@curoverse.com>
Mon, 18 Aug 2014 14:48:00 +0000 (10:48 -0400)
jenkins/run-tests.sh

index f4e729ab551a0c6ca5a4e462f78f48b6141ef501..028f0a30aa60b9976e96a6cfc2c18709027e9d28 100755 (executable)
@@ -235,17 +235,19 @@ install_fuse() {
         && python setup.py test \
         && easy_install *.egg
 }
+do_install fuse
 
 for g in "${gostuff[@]}"
 do
     do_test "$g" go
 done
 
-install_workbench() {
+test_workbench() {
     cd "$WORKSPACE/apps/workbench" \
         && bundle install --deployment \
         && bundle exec rake test
 }
+do_test workbench
 
 test_cli() {
     title "Starting SDK CLI tests"