commit | 7dec64f57ed3d549d050c43b909f06d14de5c87e | [log] [tgz] |
---|---|---|
author | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Sat Nov 21 18:20:25 2009 +0000 |
committer | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Sat Nov 21 18:20:25 2009 +0000 |
tree | cbb440466b6ae95de7e628b8423eb447e046d809 | |
parent | 45c499d3101152429ed602b269051b3ff6843433 [diff] [blame] |
Moved jsontestrunner data from test/ to test/data.
diff --git a/test/cleantests.py b/test/cleantests.py index e5f99e6..c38fd8f 100644 --- a/test/cleantests.py +++ b/test/cleantests.py
@@ -4,7 +4,7 @@ paths = [] for pattern in [ '*.actual', '*.actual-rewrite', '*.rewrite', '*.process-output' ]: - paths += glob.glob( pattern ) + paths += glob.glob( 'data/' + pattern ) for path in paths: os.unlink( path )