The Roassal2 job now sets the author. The builds does not crash anymore, but there are 11 failing tests.


Here is the new script:

----
wget --quiet -O - http://get.pharo.org/30+vm | bash

./pharo Pharo.image save $JOB_NAME

REPO=http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main
./pharo $JOB_NAME.image config $REPO ConfigurationOfRoassal2 --install=development
./pharo $JOB_NAME.image eval "Author fullName: 'Test'. Smalltalk image saveAs: 'roassal-tests'"
./pharo roassal-tests.image test --junit-xml-output "Roassal2.*|Trachel.*"

mv ./pharo-vm/PharoV20.sources ./
zip -r $JOB_NAME.zip $JOB_NAME.image $JOB_NAME.changes PharoV20.sources
----

Cheers,
Doru

--
www.tudorgirba.com

"Every thing has its own flow"