There was an error while loading. Please reload this page.
1 parent a37c60a commit 471bba9Copy full SHA for 471bba9
run-tests.py
@@ -10,7 +10,7 @@
10
if ext == config.get(tests.get_section(os.path.basename(root), config), 'input_ext'):
11
tests.generate(root, config)
12
else:
13
- print(file, 'does not have a valid file extension. Check config.')
+ print(sys.argv[2], 'does not have a valid file extension. Check config.')
14
15
tests.generate_all()
16
0 commit comments