quickSelfTest/RunUnitTests.st
changeset 421 82469db37bf0
parent 420 1e2f59a4f198
child 422 552952c5d93e
equal deleted inserted replaced
420:1e2f59a4f198 421:82469db37bf0
    71     ].
    71     ].
    72 
    72 
    73     index := cmdArgs indexOf:'--forceTestCase'.
    73     index := cmdArgs indexOf:'--forceTestCase'.
    74     index > 0 ifTrue:[
    74     index > 0 ifTrue:[
    75 	forceTestCase := cmdArgs at:index + 1.
    75 	forceTestCase := cmdArgs at:index + 1.
    76 	self logInfo:'set force test case: ', resultFilePathName printString.
    76 	self logInfo:'set force test case: ', forceTestCase printString.
    77     ].
    77     ].
    78 
    78 
    79     doRunSpecificUnitTests ifFalse:[
    79     doRunSpecificUnitTests ifFalse:[
    80 	self logInfo:'configured to run all available unit tests'.
    80 	self logInfo:'configured to run all available unit tests'.
    81     ].
    81     ].