summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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([