# HG changeset patch # User sr # Date 1507902756 -7200 # Node ID 0c6ed3c11233dee0766cea7fd95614324593fdce # Parent ea961aaa07f818bf26549e150b15b9f53be1a431 #BUGFIX by sr class: RunUnitTestsStart class changed: #main: diff -r ea961aaa07f8 -r 0c6ed3c11233 quickSelfTest/RunUnitTestsStart.st --- a/quickSelfTest/RunUnitTestsStart.st Fri Oct 13 15:52:10 2017 +0200 +++ b/quickSelfTest/RunUnitTestsStart.st Fri Oct 13 15:52:36 2017 +0200 @@ -34,6 +34,16 @@ main:argv |allPackageIDs| + (argv includesAny:#('--help' '/?')) ifTrue:[ + Stdout showCR:'--help............................this infromation'. + Stdout showCR:'--settingsFile....................path to a stx settings file (may to set compiler options)'. + Stdout showCR:'--runOnlyExpeccoUnitTests.........run only expecco related test cases'. + Stdout showCR:'--resultFile......................path to a file for storing the result as xml'. + Stdout showCR:'--forceTestCase...................class name of a test case (only this test case will be executed)'. + + Smalltalk exit. + ]. + self verboseInfo:('starting application'). self startStartBlockProcess.