|
|
@ -46,9 +46,9 @@ def platform_fix_filename(fname): |
|
|
|
|
|
|
|
|
|
|
|
def validate_install(srcdir, installdir): |
|
|
|
def validate_install(srcdir, installdir): |
|
|
|
if platform.system() == 'Windows': |
|
|
|
if platform.system() == 'Windows': |
|
|
|
# Don't really know how Windows installs should work |
|
|
|
# Don't really know how Windows installs should work |
|
|
|
# so skip. |
|
|
|
# so skip. |
|
|
|
return |
|
|
|
return |
|
|
|
info_file = os.path.join(srcdir, 'installed_files.txt') |
|
|
|
info_file = os.path.join(srcdir, 'installed_files.txt') |
|
|
|
expected = {} |
|
|
|
expected = {} |
|
|
|
found = {} |
|
|
|
found = {} |
|
|
|