On 08 Jan 2014, at 09:48, Marcus Denker <marcus.denker@inria.fr> wrote:
12377 ZnHTTPSTests.>>testGetPharoVersion fails on Windows slave https://pharo.fogbugz.com/f/cases/12377
And this is just a build server artefact⦠(windows slave firewall problem).
I wonder what to do⦠maybe we could just skip it on windows when running on the build slave ;-)
Marcus
Yes, either that (BTW, is it possible to know you are running on a slave ?) or some (Windows) sysadmin should have a look. Using any Pharo image the following should work and return XML: ./pharo Pharo.image eval "ZnClient new get: 'https://ci.inria.fr/pharo/job/Pharo-2.0/lastSuccessfulBuild/api/xml?xpath=/*/description\'.â But without the smart quote at the end (sorry, I canât make Mail not do that). Sven