mirror of
https://github.com/safing/portbase
synced 2025-09-04 19:50:18 +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 ""
|
||||||
echo "commands:"
|
echo "commands:"
|
||||||
echo " <none> run baseline tests"
|
echo " <none> run baseline tests"
|
||||||
echo " all run all tests"
|
echo " full run full tests (ie. not short)"
|
||||||
echo " install install deps for running baseline tests"
|
echo " install install deps for running tests"
|
||||||
echo " install all install deps for running all tests"
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "options:"
|
echo "options:"
|
||||||
echo " --scripted dont jump console lines (still use colors)"
|
echo " --scripted dont jump console lines (still use colors)"
|
||||||
|
@ -97,7 +96,7 @@ while true; do
|
||||||
install=1
|
install=1
|
||||||
shift 1
|
shift 1
|
||||||
;;
|
;;
|
||||||
"all")
|
"full")
|
||||||
fullTestFlags=""
|
fullTestFlags=""
|
||||||
shift 1
|
shift 1
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue