reports/README
changeset 332 a7d1a4a65b39
parent 75 686f675d9442
--- a/reports/README	Tue Mar 21 16:04:15 2017 +0100
+++ b/reports/README	Wed Jul 12 16:14:27 2017 +0200
@@ -7,20 +7,20 @@
 ../../../projects/smalltalk/stx -I --quick --noBanner -f test-runner.sh \
 	-D <REPORTDIR> -r <REPORT> -p <PACKAGE> [-p <PACKAGE> [-p ... ]]
 
-Where 
-  <REPORTDIR>     is a directory where the report files are stored. 
+Where
+  <REPORTDIR>     is a directory where the report files are stored.
                   Currently the name of the file is fixed, being
-                  <PACKAGE>-<KIND>.xml. 
+                  <PACKAGE>-<KIND>.xml.
   <REPORT>        Report class name. Currently, only Builder::TestReport
                   is supported.
   <PACKAGE>       Smalltalk/X package name for which to generate the report.
 
 
-Example: 
+Example:
 
 To run Smalltalk regression tests, issue following command:
 
 ../../../projects/smalltalk/stx -I --quick --noBanner  -f test-runner.st \
-	-D /tmp -r Builder::TestReport -p exept:regression
+	-D /tmp -r Builder::TestReport -p stx:goodies/regression
 
-When finished, you may find a report in file  /tmp/exept_regression-Test.xml 
+When finished, you may find a report in file  /tmp/exept_regression-Test.xml