diff options
Diffstat (limited to 'run_tests.py')
-rwxr-xr-x | run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index 475eaae..7ec3bd4 100755 --- a/run_tests.py +++ b/run_tests.py @@ -41,7 +41,6 @@ def validate_install(srcdir, installdir): for fname in files: found_name = os.path.join(root, fname)[len(installdir)+1:] found[found_name] = True - print(found) expected = set(expected) found = set(found) missing = expected - found |