clarify debug flags for cmc check

This commit is contained in:
dwarning 2014-05-04 11:17:31 +02:00
parent 1e1c4fe168
commit 6de3cbf65c
1 changed files with 2 additions and 2 deletions

View File

@ -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() {