mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
clarify debug flags for cmc check
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user