From 0a3945832b65602d3315725975e8d92b86cd7779 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 29 Mar 2021 14:34:01 +0200 Subject: scripts: Ignore ERR_FILE_NOT_FOUND for smoke test See #3719 --- scripts/dev/build_release.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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) -- cgit v1.2.3-54-g00ecf