Jan. 8, 2014
12:37 p.m.
Well, it should be something like:
JENKINS = ci.inria.fr
Then the guard for the unit test could be
(OSPlatform current environment at: #JENKINS ifAbsent: [ '' ]) = 'ci.inria.fr' ifTrue: [ ^ self ]
to skip the test only on the INRIA CI servers.
Maybe CI instead of JENKINS is a more general name.
Ok, I added CI = ci.inria.fr to the windows slaves