From 26837fda4813fc4c1c19a7a092738cf2c7184da2 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 13 Sep 2013 21:06:09 +0300 Subject: Added installed_files.txt files to all places that needed them. --- run_tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index 475eaaed8..7ec3bd454 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 -- cgit v1.2.3