From: MatthewLi Date: Thu, 14 Apr 2016 07:08:18 +0000 (-0400) Subject: bugfix: format error X-Git-Tag: colorado.1.0~65 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=790fd9366f396114a5fe2f8dd0a22a7413a3b897 bugfix: format error Change-Id: Ib9af1e9fbc09288f1eeb3800eef401490ff215d1 Signed-off-by: MatthewLi --- diff --git a/run_tests.sh b/run_tests.sh index 1171b7ce..59538eee 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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