From 051b611885d73d3de3e85fb1af95698c127a2440 Mon Sep 17 00:00:00 2001 From: slguan Date: Wed, 29 Apr 2020 21:47:13 +0800 Subject: [PATCH] scripts --- tests/script/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/test.sh b/tests/script/test.sh index 2406233bbe..2c9a5c4de9 100755 --- a/tests/script/test.sh +++ b/tests/script/test.sh @@ -54,7 +54,7 @@ fi if [ $UNIQUE -eq 0 ]; then PROGRAM=$BUILD_DIR/bin/tsim else - PROGRAM="$TOP_DIR/../debug/build/bin/tsim -a" + PROGRAM="$TOP_DIR/../debug/build/bin/tsim" fi PRG_DIR=$SIM_DIR/tsim -- GitLab