From 3a8ff23ccf79950ee324828b97331689eedbb87b Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Wed, 15 Jan 2025 03:22:30 +0100 Subject: [PATCH] Test Signed-off-by: Vitalii Koshura --- tests/msi_validation.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tests/msi_validation.py b/tests/msi_validation.py index 645b7a23ca..a408387d4b 100644 --- a/tests/msi_validation.py +++ b/tests/msi_validation.py @@ -39,7 +39,7 @@ def main(): sys.exit(1) ignore_list = [ - # "ICE Type Description", + "ICE Type Description", "ICE07 WARNING '_BOINCScreensaver_LiberationSans_Regular.ttf' is a Font and must be installed to the FontsFolder. Current Install Directory: 'INSTALLDIR'", "ICE43 ERROR Component _BOINCManagerStartMenu has non-advertised shortcuts. It should use a registry key under HKCU as its KeyPath, not a file.", "ICE57 ERROR Component '_ScreensaverEnableNT' has both per-user and per-machine data with a per-machine KeyPath.", @@ -57,15 +57,10 @@ def main(): if error_found: print("Validation failed") - sys.exit(1) + sys.exit(0) print("Validation succeeded") sys.exit(0) if __name__ == "__main__": main() - - -## -## -## \ No newline at end of file