laurent laffont wrote:
I think the way to do it is to periodically download last dev image,
run the tests, output the results to a file and upload it to a
webserver. I think we can do this with a simple bash script and a cron
task. Is it possible to run all the Squeak tests from the command
line ?
Laurent
I'd also be happy to run the full tests once a month on the new images. I'm on Ubuntu 7.10.
There seems to be a bit of work before it can be a one-click or automated process. As I mentioned here:
http://www.nabble.com/-squeak-dev---ANN--Squeak-dev-Images--June-2008-versions-td17674890.html#a17708211ChildrenToSiblingsTest throws a syntax error, and SemaphoreTest hangs. There are also a number of tests that ask you to click something, such as 'Should not see this message or this test failed!', 'You like Smalltalk?', 'One', 'Two'...
...Stan