[moco/tf] Show executed commands (#3510)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 17 May 2019 02:14:49 +0000 (11:14 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 17 May 2019 02:14:49 +0000 (11:14 +0900)
With this commit, runall test script records executed commands into the log file.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/moco/test/tf/runall

index ef6ba11..6405c90 100755 (executable)
@@ -41,6 +41,8 @@ while [[ $# -ne 0 ]]; do
 
     echo "-- Found pb: ${PREFIX}.pb"
 
+    # Show commands
+    set -x
     "${NNKIT_RUN_PATH}" \
       --backend "${TF_BACKEND_PATH}" \
       --backend-arg "${WORKDIR}/${PREFIX}.pb" \