Subject: | Hardcoded path causes problems on failure |
I know you're changing the way this workins in the upcoming 1.04, but I wanted to make sure
that you fixed this problems as well:
You're using a hardcoded path for the tmp file of /tmp/foobar which is shared by all users on
the system. This means that if more than one user is testing at the same time (or if the tests
get wedged and leave a file behind) then we run into problems.
This comes up at Fotango when we share a developement box and two or more users are
creating a build enviroment at the same time. Each has their own copy of perl and their own
library paths to install into, but only one /tmp/foobar!
Any help greatly appreciated.
Mark.