From b4b7d42231b1ca783216a04facab47c9ca9adde3 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Mon, 18 Jan 2016 11:25:21 -0600 Subject: [PATCH] Change into the project directory Previously this was trying to change into the project which does not exist in the gate environment. Change-Id: Ic2e97836e2957c0696eb8534a35fdc73d3daa942 --- scripts/integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration-test.sh b/scripts/integration-test.sh index 6adf2b49..0cd08c53 100644 --- a/scripts/integration-test.sh +++ b/scripts/integration-test.sh @@ -39,7 +39,7 @@ if [[ $clone -eq 1 ]] ; then git clone $REPO_ROOT/$org/$project --depth=1 fi -pushd $project +pushd $projectdir set +e # --notest allows us to create the tox-managed virtualenv without # running any tests.