From: 오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 Date: Wed, 11 Apr 2018 08:41:24 +0000 (+0900) Subject: Bug fix in run_test.sh (#586) X-Git-Tag: 0.1~320 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48ab347b13941de4682db41994a5e2e9a5bd48c6;p=platform%2Fcore%2Fml%2Fnnfw.git Bug fix in run_test.sh (#586) Bug fix: parsing error by '/' when test have sub-directory Signed-off-by: Hyeongseok Oh --- diff --git a/tests/framework/run_test.sh b/tests/framework/run_test.sh index 6f63e99..1e7c334 100755 --- a/tests/framework/run_test.sh +++ b/tests/framework/run_test.sh @@ -5,7 +5,7 @@ CACHE_ROOT_PATH=$MY_PATH/"cache" TEST_ROOT_PATH=$MY_PATH/"tests" RUN_DISABLED="true" -if [[ $@ -eq 0 ]]; then +if [[ $# -eq 0 ]]; then RUN_DISABLED="false" fi