Changeset - e97aacb7568c
[Not reviewed]
0 1 0
Branko Majic (branko) - 7 years ago 2017-08-11 13:00:00
branko@majic.rs
Noticket: Removed unused -q option from the script used for running role tests.
1 file changed with 1 insertions and 5 deletions:
0 comments (0 inline, 0 general)
scripts/run_tests.sh
Show inline comments
 
@@ -45,8 +45,6 @@ $program accepts the following options:
 
        summary file (summary.txt) is produced with overview of which roles have
 
        passed, failed, and which roles were skipped.
 

	
 
    -q
 
        Quiet mode. Output a message only if newer packages are available.
 
    -d
 
        Enable debug mode.
 
    -v
 
@@ -135,9 +133,8 @@ ERROR_MISSING_BINARY=3
 
ERROR_FAILED_ROLES=4
 
ERROR_REPORT=5
 

	
 
# Disable debug and quiet modes by default.
 
# Disable debug mode by default.
 
debug=0
 
quiet=0
 

	
 
# Default values.
 
report=0
 
@@ -152,7 +149,6 @@ fi
 
while getopts "rqdvh" opt; do
 
    case "$opt" in
 
        r) report=1;;
 
	q) quiet=1;;
 
	d) debug=1;;
 
        v) version
 
           exit "$SUCCESS";;
0 comments (0 inline, 0 general)