Skip to content

Commit 136f371

Browse files
committed
ref(tests): default to new deis CLI
1 parent 6bcd7d7 commit 136f371

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

tests/bin/test-acceptance.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,4 @@ wait update1 update2 update3
103103

104104
log_phase "Running end-to-end integration test with Python client"
105105

106-
export DEIS_BINARY="$DEIS_ROOT/client/dist/deis"
107106
time make test-integration

tests/bin/test-integration-aws.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,4 @@ done
197197

198198
log_phase "Running integration suite with Python Client"
199199

200-
export DEIS_BINARY="$DEIS_ROOT/client/dist/deis"
201200
time make test-integration

tests/bin/test-integration.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,4 @@ time deisctl start platform
8383

8484
log_phase "Running integration suite with Python Client"
8585

86-
export DEIS_BINARY="$DEIS_ROOT/client/dist/deis"
8786
time make test-integration

tests/bin/test-setup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ log_phase "Preparing test environment"
1414
export DEIS_ROOT=${GOPATH?}/src/github.com/deis/deis
1515
echo "DEIS_ROOT=$DEIS_ROOT"
1616

17+
# the "deis" binary CLI to use in testing
18+
export DEIS_BINARY=${DEIS_BINARY:-$DEIS_ROOT/client-go/deis}
19+
echo "DEIS_BINARY=$DEIS_BINARY"
20+
1721
# prepend GOPATH/bin to PATH
1822
export PATH=${GOPATH}/bin:$PATH
1923

0 commit comments

Comments
 (0)