# HG changeset patch # User mawalch # Date 1499868867 -7200 # Node ID a7d1a4a65b393d2e18d082b9ad401ffec14b767b # Parent 44fde0482a1ccbeddc70841dcf72c3dd14280e29 Update package name. diff -r 44fde0482a1c -r a7d1a4a65b39 reports/README --- 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 -r -p [-p [-p ... ]] -Where - is a directory where the report files are stored. +Where + is a directory where the report files are stored. Currently the name of the file is fixed, being - -.xml. + -.xml. Report class name. Currently, only Builder::TestReport is supported. 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 diff -r 44fde0482a1c -r a7d1a4a65b39 reports/run.sh --- a/reports/run.sh Tue Mar 21 16:04:15 2017 +0100 +++ b/reports/run.sh Wed Jul 12 16:14:27 2017 +0200 @@ -1,1 +1,1 @@ -../../../projects/smalltalk/stx -I --noBanner -f report-runner.st -D /tmp -r Builder::TestReport -p exept:regression +../../../projects/smalltalk/stx -I --noBanner -f report-runner.st -D /tmp -r Builder::TestReport -p stx:goodies/regression