allow debug switch on commandline
This commit is contained in:
parent
451f88c5e1
commit
cd19d8c31d
|
|
@ -15,7 +15,9 @@
|
|||
qaSpecFile="qaSpec"
|
||||
qaResultsDirectory="results"
|
||||
testProgramName="$(dirname $0)/runQaTests.pl"
|
||||
if [ -z "$testProgramFlags" ] ; then
|
||||
testProgramFlags="-nwV"
|
||||
fi
|
||||
|
||||
#testProgramFlags="-d"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue