Merge "Bugfix: wrong results path"
authorJun Li <matthew.lijun@huawei.com>
Sat, 27 May 2017 09:28:29 +0000 (09:28 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Sat, 27 May 2017 09:28:29 +0000 (09:28 +0000)
jjb/dovetail/dovetail-run.sh

index a30aa53..5a81c54 100755 (executable)
@@ -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}