test:add test type

This commit is contained in:
happyguoxy 2025-01-16 15:14:29 +08:00
parent 95f478b79a
commit 130e8a3e06
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ TEST_TYPE="all"
SAVE_LOG="notsave" SAVE_LOG="notsave"
# Parse command line parameters # Parse command line parameters
while getopts "hb:d:s:" arg; do while getopts "hb:d:t:s:" arg; do
case $arg in case $arg in
d) d)
PROJECT_DIR=$OPTARG PROJECT_DIR=$OPTARG