allow debug switch on commandline

This commit is contained in:
dwarning 2011-06-25 08:19:21 +00:00
parent 451f88c5e1
commit cd19d8c31d
1 changed files with 40 additions and 38 deletions

View File

@ -15,7 +15,9 @@
qaSpecFile="qaSpec"
qaResultsDirectory="results"
testProgramName="$(dirname $0)/runQaTests.pl"
if [ -z "$testProgramFlags" ] ; then
testProgramFlags="-nwV"
fi
#testProgramFlags="-d"