Commit aa9e748c authored by Denis Bilenko's avatar Denis Bilenko

test___monkey_patching.py: proper cleanup on py2.5

parent d57032b3
......@@ -26,7 +26,7 @@ def TESTRUNNER(tests=None):
'setenv': {'PYTHONPATH': PYTHONPATH}}
if tests:
atexit.register(os.system, 'rm -f */@test*_tmp')
atexit.register(os.system, 'rm -f */@test*')
for filename in tests:
yield [sys.executable, '-u', '-m', 'monkey_test', filename], options.copy()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment