summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-21 21:12:48 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-22 17:41:12 +0200
commit8a8dc212bc3ddfb312459a56c6eb2ce10318225e (patch)
tree74a2470fd130ebe4b4a4144e91aa3d77c48e3abd
parent5c593d55faa6ede368b224fa1120df465e4aba4f (diff)
downloadqutebrowser-8a8dc212bc3ddfb312459a56c6eb2ce10318225e.tar.gz
qutebrowser-8a8dc212bc3ddfb312459a56c6eb2ce10318225e.zip
build-release: Also ignore FILE_NOT_FOUND for macOS smoke test
-rwxr-xr-xscripts/dev/build_release.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py
index 71c58f00e..8e121eab1 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -171,6 +171,9 @@ def smoke_test(executable: pathlib.Path, debug: bool, qt6: bool) -> None:
r'Hardware acceleration and features such as WebGL will not be available\.',
r'Unable to create basic Accelerated OpenGL renderer\.',
r'Core Image is now using the software OpenGL renderer\. This will be slow\.',
+
+ # https://github.com/qutebrowser/qutebrowser/issues/3719
+ r'[0-9:]* ERROR: Load error: ERR_FILE_NOT_FOUND',
])
if qt6:
stderr_whitelist.extend([