2
0
Fork 0

[tests] use /tmp for temporary test directory, fixes problem with too long socket paths

personal/stbuehler/wip
Stefan Bühler 2010-10-17 15:23:35 +02:00
parent 1577d28029
commit ed7d745ae9
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ Env.COLOR_CYAN = Env.color and "\033[1;36m" or ""
Env.fcgi_cgi = which('fcgi-cgi')
Env.dir = mkdtemp(dir = os.getcwd())
Env.dir = mkdtemp(suffix='-l2-tests')
Env.defaultwww = os.path.join(Env.dir, "www", "default")
Env.log = open(os.path.join(Env.dir, "tests.log"), "w")