Commit 1b2c18ea authored by Denis Bilenko's avatar Denis Bilenko

add script for updating all test_patched_xxx

parent dc43d5b8
import glob, os
for filename in glob.glob('test_patched_*.py'):
cmd = 'cp patched_test.py %s' % filename
print cmd
os.system(cmd)
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