summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2024-04-13 15:48:52 +1200
committertoofar <toofar@spalge.com>2024-04-13 16:08:48 +1200
commitd98f5ed0c437aef28b2ba5f8b434bfedfec11ed5 (patch)
tree288c24d3ccb322ea2466e1dbcb77a28b9ee73c63
parentfc0126005d8984895b411352fec89c640c785d70 (diff)
downloadqutebrowser-wip/check_nightlies.tar.gz
qutebrowser-wip/check_nightlies.zip
Ignore DIR_APP_DICTIONARIES message in release smoke test toowip/check_nightlies
We've already ignored this in the tests, it started showing up in the nightly builds a few days ago, only on macos for some reason.
-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 65eef720c..40cedc2e8 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, qt5: bool) -> None:
r'[0-9:]* WARNING: Qt WebEngine resources not found at .*',
(r'[0-9:]* WARNING: Installed Qt WebEngine locales directory not found at '
r'location /qtwebengine_locales\. Trying application directory\.\.\.'),
+ # Qt 6.7, only seen on macos for some reason
+ (r'.*Path override failed for key base::DIR_APP_DICTIONARIES '
+ r"and path '.*/qtwebengine_dictionaries'"),
])
elif IS_WINDOWS:
stderr_whitelist.extend([