test:add test script

This commit is contained in:
plum-lihui 2022-11-23 13:20:11 +08:00
parent be29bb0d62
commit 02054443ed
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ set -e
VALGRIND=0
LOG_BK_DIR=/data/valgrind_log_backup # 192.168.0.203
SIM_FILES=./jenkins/basic.txt
cases_task_file=../parallel_test/cases.task
cat $cases_task_file | grep "./test.sh " | awk -F, '{print $5}' > ./jenkins/basic.txt
while getopts "v:r:f:" arg
do