clarify debug flags for cmc check

This commit is contained in:
dwarning
2014-05-04 11:17:31 +02:00
parent 1e1c4fe168
commit 6de3cbf65c
+2 -2
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() {