mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 13:41:36 +00:00
docker-py: upgrade and fix test script
Signed-off-by: Tibor Vass <tibor@docker.com> (cherry picked from commit 8db141049f5323d754584f265b267e52ee5d9e17)
This commit is contained in:
@@ -12,7 +12,7 @@ set -e
|
||||
}
|
||||
|
||||
# exporting PYTHONPATH to import "docker" from our local docker-py
|
||||
test_env PYTHONPATH="$dockerPy" NOT_ON_HOST=true python "$dockerPy/tests/integration_test.py"
|
||||
test_env PYTHONPATH="$dockerPy" py.test "$dockerPy/tests/integration"
|
||||
|
||||
bundle .integration-daemon-stop
|
||||
) 2>&1 | tee -a "$DEST/test.log"
|
||||
|
||||
Reference in New Issue
Block a user