Tests: Only show missing test files when checking

This commit is contained in:
Till Maas 2019-01-09 22:59:27 +01:00
parent 9314a2b251
commit 16f06b18a8

View file

@ -77,7 +77,7 @@ def main():
with open(other_testfile, "w") as ofile:
ofile.write(nominal_other_testfile_data)
if other_testfile not in testsfiles:
if other_testfile not in testsfiles and not generate:
missing.append(filename)
else:
with open(other_testfile) as ifile: