aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/run_tests.py b/run_tests.py
index 0ddb386..ed75c52 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -46,9 +46,9 @@ def platform_fix_filename(fname):
def validate_install(srcdir, installdir):
if platform.system() == 'Windows':
- # Don't really know how Windows installs should work
- # so skip.
- return
+ # Don't really know how Windows installs should work
+ # so skip.
+ return
info_file = os.path.join(srcdir, 'installed_files.txt')
expected = {}
found = {}