summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-04-14 03:08:18 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-04-14 03:08:18 -0400
commit790fd9366f396114a5fe2f8dd0a22a7413a3b897 (patch)
tree92d69f133e9ba6ab49e6be3c1c9628925ced874d /run_tests.sh
parent549add2f569cb5ea9962ee4441292e96f8aedf36 (diff)
bugfix: format error
Change-Id: Ib9af1e9fbc09288f1eeb3800eef401490ff215d1 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh4
1 files changed, 2 insertions, 2 deletions
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