Merge pull request #26206 from crosbymichael/py-xunit

Output docker-py test results in xunit format
Upstream-commit: 243d4dcc7e9ea3eb665301d5e3756afa4adb04f7
Component: engine
This commit is contained in:
Vincent Demeester
2016-08-31 21:48:47 +02:00
committed by GitHub

View File

@ -14,7 +14,7 @@ source hack/make/.integration-test-helpers
}
# exporting PYTHONPATH to import "docker" from our local docker-py
test_env PYTHONPATH="$dockerPy" py.test "$dockerPy/tests/integration"
test_env PYTHONPATH="$dockerPy" py.test --junitxml="$DEST/results.xml" "$dockerPy/tests/integration"
bundle .integration-daemon-stop
) 2>&1 | tee -a "$DEST/test.log"