Skip to content

Commit

Permalink
build-release: Ignore sandboxing disabled message
Browse files Browse the repository at this point in the history
See #7278
  • Loading branch information
The-Compiler committed Jun 21, 2022
1 parent a6c9d46 commit 94e0337
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/dev/build_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ def smoke_test(executable: pathlib.Path, debug: bool) -> None:
r'[0-9:]* WARNING: Qt WebEngine resources not found at .*',
(r'[0-9:]* WARNING: Installed Qt WebEngine locales directory not found at '
r'location /qtwebengine_locales\. Trying application directory\.\.\.'),

# https://github.com/pyinstaller/pyinstaller/pull/6903
r"[0-9:]* INFO: Sandboxing disabled by user\.",
]

proc = _smoke_test_run(executable)
Expand Down

0 comments on commit 94e0337

Please sign in to comment.