I just brought the OS X buildbots back online (the box was needed for a project at $JOB) and they uncovered a couple of test failures[1].
They were introduced in r9037 with the unconditional call to realpath, and most of them were easy enough to work around (done in r9046). One, however, I left alone[2] because it doesn't smell right. This one appears to be calling realpath too early, and ending up with the wrong directory. Remy, can you please check? To reproduce, try on OS X (no changes necessary) or *nix with something like: mkdir -p /private/tmp mv /tmp /tmp_old ln -s /private/tmp /tmp To restore: rm /tmp; mv /tmp_old /tmp Tim [1]: http://buildbot.timhatch.com/trac/builders/OS%20X%2010.5%20py25%20intel/builds/71/steps/unit%20tests/logs/stdio [2]: http://buildbot.timhatch.com/trac/builders/OS%20X%2010.5%20py25%20intel/builds/72/steps/unit%20tests/logs/stdio
-- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
