summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-09-25 17:59:17 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-09-25 17:59:17 +0200
commitebad75f9150e98293ef909cddc3bde35f76acb6a (patch)
tree4463a43e202241b5d673645952e60d9c64f861af
parent81b1e7b8a34768c8391b95a370d321b7caf5abc5 (diff)
downloadqutebrowser-ebad75f9150e98293ef909cddc3bde35f76acb6a.tar.gz
qutebrowser-ebad75f9150e98293ef909cddc3bde35f76acb6a.zip
macOS: Ignore new smoke test line
See #4919
-rwxr-xr-xscripts/dev/build_release.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py
index 6b6e3d146..006b1a99a 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -112,6 +112,8 @@ def smoke_test(executable):
r'Which one is undefined\.'),
(r'QCoreApplication::applicationDirPath: Please instantiate the '
r'QApplication object first'),
+ (r'\[.*:ERROR:mach_port_broker.mm\(48\)\] bootstrap_look_up '
+ r'org\.chromium\.Chromium\.rohitfork\.1: Permission denied \(1100\)'),
]
proc = subprocess.run([executable, '--no-err-windows', '--nowindow',