mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-14 23:07:55 +02:00
Moved jsontestrunner data from test/ to test/data.
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
||||
|
||||
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 )
|
||||
|
Reference in New Issue
Block a user