From a5017c8d33d9e1aeda669cf21f69f1bc89108d4e Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Tue, 3 Nov 2015 15:39:31 +0000 Subject: [PATCH] Remove spurious test. --- integration/config.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration/config.sh b/integration/config.sh index 3c674a206..ed083c5d7 100644 --- a/integration/config.sh +++ b/integration/config.sh @@ -10,9 +10,6 @@ export HOSTS : ${WEAVE_REPO:=github.com/weaveworks/weave} : ${WEAVE_ROOT:="$(go list -e -f {{.Dir}} $WEAVE_REPO)"} -RUNNER="$WEAVE_ROOT/testing/runner/runner" -[ -x "$RUNNER" ] || (echo "Could not find weave test runner at $RUNNER." >&2 ; exit 1) - . "$WEAVE_ROOT/test/config.sh" WEAVE="./weave"