Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Jan 15, 2025
1 parent 0187b86 commit 3a8ff23
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/msi_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -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()


##
##
##

0 comments on commit 3a8ff23

Please sign in to comment.