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