mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Improve test script parameter naming
This commit is contained in:
parent
d1236bbe34
commit
a3bbbc1ffa
1 changed files with 3 additions and 4 deletions
7
test
7
test
|
@ -12,9 +12,8 @@ function help {
|
|||
echo ""
|
||||
echo "commands:"
|
||||
echo " <none> run baseline tests"
|
||||
echo " all run all tests"
|
||||
echo " install install deps for running baseline tests"
|
||||
echo " install all install deps for running all tests"
|
||||
echo " full run full tests (ie. not short)"
|
||||
echo " install install deps for running tests"
|
||||
echo ""
|
||||
echo "options:"
|
||||
echo " --scripted dont jump console lines (still use colors)"
|
||||
|
@ -97,7 +96,7 @@ while true; do
|
|||
install=1
|
||||
shift 1
|
||||
;;
|
||||
"all")
|
||||
"full")
|
||||
fullTestFlags=""
|
||||
shift 1
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue