summaryrefslogtreecommitdiff
path: root/test/151-OpenFileLimit/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/151-OpenFileLimit/run.py')
-rw-r--r--test/151-OpenFileLimit/run.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/151-OpenFileLimit/run.py b/test/151-OpenFileLimit/run.py
index 61386aa7c4..65d34eddc8 100644
--- a/test/151-OpenFileLimit/run.py
+++ b/test/151-OpenFileLimit/run.py
@@ -18,7 +18,4 @@ import resource
def run(ctx, args):
- # Filter out expected error messages, which happen on device.
- ctx.env.ANDROID_LOG_TAGS = "*:f"
-
- ctx.default_run(args, external_log_tags=True)
+ ctx.default_run(args, android_log_tags="*:f")