Bugfix: wrong results path 35/35435/1
authorxudan <xudan16@huawei.com>
Sat, 27 May 2017 04:16:57 +0000 (00:16 -0400)
committerxudan <xudan16@huawei.com>
Sat, 27 May 2017 04:16:57 +0000 (00:16 -0400)
JIRA: DOVETAIL-438

Change-Id: I0fc2ec30c111ec870e5e03a008730b8e1f5c6304
Signed-off-by: xudan <xudan16@huawei.com>
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}