clarify debug flags for cmc check
This commit is contained in:
parent
1e1c4fe168
commit
6de3cbf65c
|
|
@ -16,10 +16,10 @@ qaSpecFile="qaSpec"
|
|||
qaResultsDirectory="results"
|
||||
testProgramName="$(dirname $0)/runQaTests.pl"
|
||||
if [ -z "$testProgramFlags" ] ; then
|
||||
testProgramFlags="-nwV"
|
||||
testProgramFlags="-nw"
|
||||
fi
|
||||
|
||||
#testProgramFlags="-d"
|
||||
#testProgramFlags="-d -V"
|
||||
|
||||
|
||||
help() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue