summaryrefslogtreecommitdiff
path: root/tools/gate/integration/post_test_hook.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gate/integration/post_test_hook.sh')
-rwxr-xr-xtools/gate/integration/post_test_hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gate/integration/post_test_hook.sh b/tools/gate/integration/post_test_hook.sh
index 1b3463bd2..2a4414fa1 100755
--- a/tools/gate/integration/post_test_hook.sh
+++ b/tools/gate/integration/post_test_hook.sh
@@ -17,6 +17,6 @@ sudo -H -E -u stack tox -e py27integration
retval=$?
if [ -d openstack_dashboard/test/integration_tests/test_reports/ ]; then
- cp -r openstack_dashboard/test/integration_tests/test_reports/ /home/jenkins/workspace/gate-horizon-dsvm-integration/
+ cp -r openstack_dashboard/test/integration_tests/test_reports/ /home/jenkins/workspace/gate-horizon-dsvm-integration-$1/
fi
exit $retval