bugfix: format error 59/12259/1
authorMatthewLi <matthew.lijun@huawei.com>
Thu, 14 Apr 2016 07:08:18 +0000 (03:08 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Thu, 14 Apr 2016 07:08:18 +0000 (03:08 -0400)
Change-Id: Ib9af1e9fbc09288f1eeb3800eef401490ff215d1
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
run_tests.sh

index 1171b7c..59538ee 100755 (executable)
@@ -71,7 +71,7 @@ function run_test(){
             if [[ -f $test_file ]]; then
                 testcases=($(cat $test_file))
             else
-                error("no rubbos test suite file ")
+                error "no rubbos test suite file"
             fi
             for i in "${testcases[@]}"; do
                 #check if the testcase is legal or not
@@ -88,7 +88,7 @@ function run_test(){
             if [[ -f $test_file ]]; then
                 testcases=($(cat $test_file))
             else
-                error("no vstf test suite file ")
+                error "no vstf test suite file "
             fi
             for i in "${testcases[@]}"; do
                 #check if the testcase is legal or not