File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,5 +103,4 @@ wait update1 update2 update3
103103
104104log_phase " Running end-to-end integration test with Python client"
105105
106- export DEIS_BINARY=" $DEIS_ROOT /client/dist/deis"
107106time make test-integration
Original file line number Diff line number Diff line change 197197
198198log_phase " Running integration suite with Python Client"
199199
200- export DEIS_BINARY=" $DEIS_ROOT /client/dist/deis"
201200time make test-integration
Original file line number Diff line number Diff line change @@ -83,5 +83,4 @@ time deisctl start platform
8383
8484log_phase " Running integration suite with Python Client"
8585
86- export DEIS_BINARY=" $DEIS_ROOT /client/dist/deis"
8786time make test-integration
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ log_phase "Preparing test environment"
1414export DEIS_ROOT=${GOPATH?} /src/github.com/deis/deis
1515echo " 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
1822export PATH=${GOPATH} /bin:$PATH
1923
You can’t perform that action at this time.
0 commit comments