summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-26 15:55:45 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-26 15:55:45 +0100
commit6d07d2cbf8bc9a5e88002f025ee0c068d9500a66 (patch)
treeba097e444343d3bed085b7c29400c9d75e4f998e
parentb50f440948e04120bda9c0add2f7bbba7e456add (diff)
downloadqutebrowser-6d07d2cbf8bc9a5e88002f025ee0c068d9500a66.tar.gz
qutebrowser-6d07d2cbf8bc9a5e88002f025ee0c068d9500a66.zip
Fix string prefixes
-rwxr-xr-xscripts/dev/build_release.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py
index 6fdbe3916..ceed9d80c 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -120,10 +120,10 @@ def smoke_test(executable):
(r'[0-9:]* WARNING: The available OpenGL surface format was either not '
r'version 3\.2 or higher or not a Core Profile\.'),
- 'Chromium on macOS will fall back to software rendering in this case\.',
- 'Hardware acceleration and features such as WebGL will not be available\.',
- 'Unable to create basic Accelerated OpenGL renderer\.',
- 'Core Image is now using the software OpenGL renderer\. This will be slow\.',
+ r'Chromium on macOS will fall back to software rendering in this case\.',
+ r'Hardware acceleration and features such as WebGL will not be available\.',
+ r'Unable to create basic Accelerated OpenGL renderer\.',
+ r'Core Image is now using the software OpenGL renderer\. This will be slow\.',
# Windows N:
# https://github.com/microsoft/playwright/issues/2901