Undo two hunks that I accidentally committed in 565c31196f3ccd4346c8a1ac1e19b1deda22eea6.
authorWard Vandewege <ward@curoverse.com>
Wed, 17 Sep 2014 03:14:56 +0000 (23:14 -0400)
committerWard Vandewege <ward@curoverse.com>
Wed, 17 Sep 2014 03:14:56 +0000 (23:14 -0400)
no issue #

jenkins/run-tests.sh

index af2b3e2db8fd99e435b7e18cee9c5dfb9e02a15a..8e04550041892395a44090e69753e21ea50ae8ee 100755 (executable)
@@ -137,7 +137,7 @@ do_test() {
         timer_reset
         if [[ "$2" == "go" ]]
         then
-            go test -timeout 20s "git.curoverse.com/arvados.git/$1"
+            go test "git.curoverse.com/arvados.git/$1"
         else
             "test_$1"
         fi
@@ -155,7 +155,6 @@ do_install() {
         timer_reset
         if [[ "$2" == "go" ]]
         then
-            pip install pyyaml
             go get -t "git.curoverse.com/arvados.git/$1"
         else
             "install_$1"