mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
Tests: Only show missing test files when checking
This commit is contained in:
parent
9314a2b251
commit
16f06b18a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue