[ARVADOS-DEV] updated: 3c37f8e662a46e78b00e498ab7be26165018f87c
git at public.curoverse.com
git at public.curoverse.com
Tue Sep 16 23:15:14 EDT 2014
Summary of changes:
jenkins/run-tests.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via 3c37f8e662a46e78b00e498ab7be26165018f87c (commit)
from 3de7432a187e32c3ca0dd3fb94b3d52c7563dc04 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 3c37f8e662a46e78b00e498ab7be26165018f87c
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Sep 16 23:14:56 2014 -0400
Undo two hunks that I accidentally committed in 565c31196f3ccd4346c8a1ac1e19b1deda22eea6.
no issue #
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index af2b3e2..8e04550 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -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"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list