From 0095ed9a7826de62c72205a5529e93677ef6a31b Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 28 Jan 2021 14:16:19 +0800 Subject: [PATCH] modify test case suite --- tests/test-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-all.sh b/tests/test-all.sh index bcbf013096..1c1657cf12 100755 --- a/tests/test-all.sh +++ b/tests/test-all.sh @@ -155,7 +155,7 @@ if [ "$2" != "python" ]; then elif [ "$1" == "b1" ]; then echo "### run TSIM b1 test ###" runSimCaseOneByOne jenkins/basic_1.txt - # runSimCaseOneByOne jenkins/basic_4.txt + runSimCaseOneByOne jenkins/basic_4.txt elif [ "$1" == "b2" ]; then echo "### run TSIM b2 test ###" runSimCaseOneByOne jenkins/basic_2.txt -- GitLab