# HG changeset patch # User Claus Gittinger # Date 1312112637 -7200 # Node ID 62bd5f071940c2adfc906b673af3fbcb2b1319e6 # Parent 2e9d1362e0adde12f9f6daf57333bad00a8bc767 *** empty log message *** diff -r 2e9d1362e0ad -r 62bd5f071940 quickSelfTest/SelfTest.st --- a/quickSelfTest/SelfTest.st Sun Jul 31 01:13:14 2011 +0200 +++ b/quickSelfTest/SelfTest.st Sun Jul 31 13:43:57 2011 +0200 @@ -3,6 +3,16 @@ "/ "/ stx -nobanner -I --quick --execute SelfTest.st "/ +"/ to use with jenkins (+ perfPublisher plugin): +"/ use the following buildscript: +"/ (after checkout of stx) +"/ cd stx +"/ call bmake +"/ cd goodies\selftest +"/ ..\..\projects\smalltalk\stx.com --noBanner -I --execute SelfTest.st +"/ +"/ and configure the perfPublisher jenkins plugin, to scan for "testresult.xml" + Object infoPrinting:false. ObjectMemory infoPrinting:false. Processor activeProcess exceptionHandlerSet @@ -26,7 +36,7 @@ |result| result := RegressionTests::IntegerTest runTests. -TestResultReporter report:result format:#xml_perfPublisher as:'IntegerTest.result.xml'. +TestResultReporter report:result format:#xml_perfPublisher as:'testresult.xml'. "/Autoload allSubclassesDo:[:cls | "/ cls package = 'exept:regression' ifTrue:[