summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJun Li <matthew.lijun@huawei.com>2017-05-27 09:28:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-27 09:28:29 +0000
commit36ba4f3b274b6330c3011e62b0710051a393a17f (patch)
treee7d66fe5fda1a84a881b59c4abd1f5a0edf7bd0e /jjb
parentac47a5607514d7f78010a106e75de469cce0724f (diff)
parentd348bda03061ff24569cd609d52493fdf7fc7f9e (diff)
Merge "Bugfix: wrong results path"
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/dovetail/dovetail-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh
index a30aa5346..5a81c54af 100755
--- a/jjb/dovetail/dovetail-run.sh
+++ b/jjb/dovetail/dovetail-run.sh
@@ -136,7 +136,7 @@ docker exec $container_id ${list_cmd}
echo "Container exec command: ${run_cmd}"
docker exec $container_id ${run_cmd}
-sudo cp -r ${DOVETAIL_CONFIG}/results ./
+sudo cp -r ${DOVETAIL_HOME}/results ./
# To make sure the file owner is the current user, for the copied results files in the above line
# if not, there will be error when next time to wipe workspace
# CURRENT_USER=${SUDO_USER:-$USER}