List examples function doesn't accept arguments

Change-Id: Ic8d9e5b8918dd47190d7aa3b6cfbe281307fb1d2
This commit is contained in:
skudriashev
2014-01-26 15:11:59 +02:00
parent 2422828a9a
commit 4e9fad208d

View File

@@ -112,7 +112,7 @@ ExamplesTestCase.update()
def make_output_files():
"""Generate output files for all examples"""
for name in list_examples(False):
for name in list_examples():
output = run_example(name)
with open(expected_output_path(name), 'w') as f:
f.write(output)