Merge "Collect screenshots for python-muranoclient test runs"

This commit is contained in:
Jenkins
2016-05-31 15:42:21 +00:00
committed by Gerrit Code Review

View File

@@ -24,7 +24,7 @@ function create_artifacts_dir() {
}
function collect_screenshots() {
if [ "$PROJECT_NAME" == 'murano-dashboard' ]; then
if [ "$PROJECT_NAME" == 'murano-dashboard' ] || [ "$PROJECT_NAME" == "python-muranoclient" ] ; then
set +o errexit
# Copy screenshots for failed tests
mkdir -p "${dst}/screenshots"