Message182876
Both are called at different points when running './python.exe -m test -j3':
1. In __main__.py, this is called once at the start of the test run. By putting TESTCWD as the first/name arg, the directory is created.
2. In regrtest.py, the main file is called per test.
The support.temp_cwd command was raising a warning if the directory already existed. I've updated this to no longer raise a warning, although it will still try to create it. Passing it in explicitly as the path= argument would have it not try to create the directory. |
|
Date |
User |
Action |
Args |
2013-02-24 13:25:06 | gmwils | set | recipients:
+ gmwils, chris.jerdonek, petri.lehtinen |
2013-02-24 13:25:06 | gmwils | set | messageid: <1361712306.88.0.945752729205.issue15305@psf.upfronthosting.co.za> |
2013-02-24 13:25:06 | gmwils | link | issue15305 messages |
2013-02-24 13:25:06 | gmwils | create | |
|