File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ usage() {
1313 echo " -d directory of binaries"
1414 echo " -c credentials id"
1515 echo " -r report status"
16- echo " -s report summary "
16+ echo " -l report status with listing "
1717 echo " -f forced"
1818 echo " -o output"
1919 echo " -h help"
2020}
2121
22- while getopts " u:d:c:o:hsfr " arg; do
22+ while getopts " u:d:c:o:hlfr " arg; do
2323 case $arg in
2424 h)
2525 usage
@@ -40,8 +40,8 @@ while getopts "u:d:c:o:hsfr" arg; do
4040 f)
4141 forced=1
4242 ;;
43- s )
44- summary =1
43+ l )
44+ reportList =1
4545 ;;
4646 o)
4747 output=$OPTARG
@@ -354,7 +354,7 @@ report() {
354354 print " Running: ${running} "
355355 print " Succeeded: ${succeeded} "
356356 print " Failed: ${failed} "
357- if [ -n " ${summary } " ]
357+ if [ -z " ${reportList } " ]
358358 then
359359 return
360360 fi
You can’t perform that action at this time.
0 commit comments