quickSelfTest/SelfTest.st
changeset 3 62bd5f071940
parent 2 2e9d1362e0ad
child 4 4674a8d2574e
--- 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:[