summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-01-29 15:43:08 +0100
committerFlorian Bruhin <me@the-compiler.org>2023-01-29 15:43:08 +0100
commitf4f5ca2663c3af79792c7741a02ddb0ebb37d0e1 (patch)
tree1ba21df6bf97611ec9ab0388b5387708b76a5e24
parent5ea48c6e781e47708d83c8b26fe79ca4a3752357 (diff)
downloadqutebrowser-f4f5ca2663c3af79792c7741a02ddb0ebb37d0e1.tar.gz
qutebrowser-f4f5ca2663c3af79792c7741a02ddb0ebb37d0e1.zip
Fix missing raw string prefix
-rwxr-xr-xscripts/dev/build_release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py
index 8704b3aae..f5d88b4ce 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -187,7 +187,7 @@ def smoke_test(executable: pathlib.Path, debug: bool, qt6: bool) -> None:
# macOS?
(r'\[.*:ERROR:command_buffer_proxy_impl.cc\([0-9]*\)\] '
r'ContextResult::kTransientFailure: Failed to send '
- 'GpuControl\.CreateCommandBuffer\.'),
+ r'GpuControl\.CreateCommandBuffer\.'),
])
elif IS_WINDOWS:
stderr_whitelist.extend([