dovetail: debug logs set to true 33/25933/1
authorMatthewLi <matthew.lijun@huawei.com>
Wed, 14 Dec 2016 07:45:36 +0000 (02:45 -0500)
committerMatthewLi <matthew.lijun@huawei.com>
Wed, 14 Dec 2016 07:46:16 +0000 (02:46 -0500)
Change-Id: I5325e489d3cfc3bee942b52ebfe9f54165d395bb
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/dovetail/dovetail-run.sh

index a41a989..4082c34 100755 (executable)
@@ -66,7 +66,7 @@ if [ $(docker ps | grep "opnfv/dovetail:${DOCKER_TAG}" | wc -l) == 0 ]; then
     exit 1
 fi
 
-exec_cmd="python ${DOVETAIL_REPO_DIR}/dovetail/run.py --testsuite ${TESTSUITE}"
+exec_cmd="python ${DOVETAIL_REPO_DIR}/dovetail/run.py --testsuite ${TESTSUITE} -d true"
 echo "Container exec command: ${exec_cmd}"
 docker exec ${container_id} ${exec_cmd}