From ad1ffa87d35d37d32ea6a046e4eef625275e3040 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 20 Jul 2015 13:50:52 +0000 Subject: [PATCH] Update circle.yml for changes in weave.git --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index d2f12952c..5dfd079d9 100644 --- a/circle.yml +++ b/circle.yml @@ -39,8 +39,8 @@ test: - cd $SRCDIR; ./bin/test -slow - cd $SRCDIR/experimental; make - test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; ./gce.sh setup) - - test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; . ./gce.sh hosts; ./setup.sh) - - test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; . ./gce.sh hosts; ./run_all.sh): + - test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; eval $(./gce.sh hosts); ./setup.sh) + - test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; eval $(./gce.sh hosts); ./run_all.sh): timeout: 300 post: - test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; ./gce.sh destroy)