summaryrefslogtreecommitdiff
path: root/test/143-string-value/run.py
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2023-06-29 14:14:43 +0100
committer Nicolas Geoffray <ngeoffray@google.com> 2023-06-29 14:50:52 +0000
commit919e0141844f50903303bb04cf496558b58a3c97 (patch)
tree807cbfd7654c4e8227243ad6a56169802358a9e8 /test/143-string-value/run.py
parent3dfeb7dfd54aa0f4854bb69f799c75629ea1ebd9 (diff)
Fix host logcat parsing after latest changes.
The output has changed with: https://android-review.git.corp.google.com/q/topic:%22log_format%22 Test: test.py Bug: 287910948 Change-Id: I61a8ed63b0c0ff7dd297bb1a2fa1e96ed36502b0
Diffstat (limited to 'test/143-string-value/run.py')
-rw-r--r--test/143-string-value/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/143-string-value/run.py b/test/143-string-value/run.py
index 5f32b06fea..2680d57b83 100644
--- a/test/143-string-value/run.py
+++ b/test/143-string-value/run.py
@@ -19,4 +19,4 @@ def run(ctx, args):
ctx.default_run(args)
# Strip error log messages.
- ctx.run(fr"sed -i '/^.*dalvikvm\(\|32\|64\) E.*\] /d' '{args.stderr_file}'")
+ ctx.run(fr"sed -i '/^.* E dalvikvm\(\|32\|64\): .*/d' '{args.stderr_file}'")