From 16f06b18a851fa27b1d96f3215fa9728fa0dc873 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 9 Jan 2019 22:59:27 +0100 Subject: [PATCH] Tests: Only show missing test files when checking --- tests/ensure_non_running_provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ensure_non_running_provider.py b/tests/ensure_non_running_provider.py index a83a9b2..33776c0 100755 --- a/tests/ensure_non_running_provider.py +++ b/tests/ensure_non_running_provider.py @@ -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: