Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

don't save the python test file when running test/600 #1263

Merged
merged 1 commit into from
Aug 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test/600_proxy_docker_py.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ docker_py_test() {
-v /tmp:/tmp \
-v /var/run/docker.sock:/var/run/docker.sock \
joffrey/docker-py)
docker_on $HOST1 cp $C:/home/docker-py/tests/integration_test.py .
CANDIDATES=$(sed -En 's/^class (Test[[:alpha:]]+).*/\1/p' integration_test.py)
CANDIDATES=$(docker_on $HOST1 cp $C:/home/docker-py/tests/integration_test.py - | sed -En 's/^class (Test[[:alpha:]]+).*/\1/p')

i=0
TESTS=
Expand Down