# HG changeset patch # User Claus Gittinger # Date 1313045288 -7200 # Node ID f3f0f1f509187a858eaff11e4475621dc2dd20ae # Parent b3ebc07faf8665d8fcd4df1e31e1967b47cc2699 *** empty log message *** diff -r b3ebc07faf86 -r f3f0f1f50918 quickSelfTest/SelfTest.st --- a/quickSelfTest/SelfTest.st Wed Aug 10 20:38:35 2011 +0200 +++ b/quickSelfTest/SelfTest.st Thu Aug 11 08:48:08 2011 +0200 @@ -3,7 +3,7 @@ "/ "/ stx --noBanner -I --execute SelfTest.st "/ -"/ to use with jenkins (+ perfPublisher plugin): +"/ to use with jenkins (+ jUnit plugin): "/ use the following buildscript (in jenkins): "/ (after checkout of stx) "/ cd stx @@ -32,6 +32,7 @@ "/ Smalltalk loadPackage:'stx:goodies/xml/vw'. "/ Smalltalk loadPackage:'stx:goodies/xml/stx'. +Smalltalk loadPackage:'stx:libjavascript'. ! |suite result|