From ebad75f9150e98293ef909cddc3bde35f76acb6a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 25 Sep 2019 17:59:17 +0200 Subject: macOS: Ignore new smoke test line See #4919 --- scripts/dev/build_release.py | 2 ++ 1 file changed, 2 insertions(+) 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', -- cgit v1.2.3-54-g00ecf