What I do on my build server is to unload the tests:

(MCWorkingCopy allManagers
        inject: Gofer new
        into: [ :gofer :each |
                ((each packageName endsWith: 'Test') or: [ each
packageName endsWith: 'Tests' ])
                        ifTrue: [ gofer package: each packageName ].
                gofer ])
        unload.

> Hi folks. I was playing a bit trying to shrink a little a PharoCore image.
> My idea was to think a shrink that was be acceptable for the most common
> scenario: a runtime (production) environment where. Of course, some of the
> things I do in the shrinks has side effects, but most of the times, you can
> deal with that in such scenarios.

Shouldn't most of the code you publish be part of the <cleanup> protocol?

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to