mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-26 04:13:53 +00:00
Merge pull request #96 from tyll/generate_fix
Tests: Only show missing test files when checking
This commit is contained in:
commit
c0b7605c4f
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