#BUGFIX by sr
authorsr
Fri, 13 Oct 2017 15:52:36 +0200
changeset 448 0c6ed3c11233
parent 447 ea961aaa07f8
child 449 e977c2bf4f36
#BUGFIX by sr class: RunUnitTestsStart class changed: #main:
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.