test:add test type
This commit is contained in:
parent
95f478b79a
commit
130e8a3e06
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue