Skip to content

Commit

Permalink
fix(tests): remove reference to python client
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Anderson committed Dec 21, 2015
1 parent 455e6b0 commit d7ceeb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/bin/test-integration-aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@ until [ $IN_SERVICE -ge 1 ]; do
| grep InService | wc -l)
done

log_phase "Running integration suite with Python Client"
log_phase "Running integration test suite"

time make test-integration
2 changes: 1 addition & 1 deletion tests/bin/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ deisctl config platform set sshPrivateKey=$DEIS_TEST_SSH_KEY
time deisctl install platform
time deisctl start platform

log_phase "Running integration suite with Python Client"
log_phase "Running integration test suite"

time make test-integration

0 comments on commit d7ceeb3

Please sign in to comment.