summaryrefslogtreecommitdiff
path: root/scripts/dev/build_release.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/build_release.py')
-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 6149bd234..b7eda5750 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -144,6 +144,9 @@ def smoke_test(executable):
(r'\[.*:ERROR:dxva_video_decode_accelerator_win.cc\(\d+\)\] '
r'DXVAVDA fatal error: could not LoadLibrary: .*: The specified '
r'module could not be found. \(0x7E\)'),
+
+ # https://github.com/qutebrowser/qutebrowser/issues/3719
+ '[0-9:]* ERROR: Load error: ERR_FILE_NOT_FOUND',
]
proc = _smoke_test_run(executable)