diff options
Diffstat (limited to 'test/059-finalizer-throw')
| -rw-r--r-- | test/059-finalizer-throw/run.py (renamed from test/059-finalizer-throw/run) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/059-finalizer-throw/run b/test/059-finalizer-throw/run.py index dda4159563..930dc04c55 100644 --- a/test/059-finalizer-throw/run +++ b/test/059-finalizer-throw/run.py @@ -14,6 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# The test logs error messages which is expected, discard them. -export ANDROID_LOG_TAGS='*:f' -exec ${RUN} --external-log-tags "${@}" + +def run(ctx, args): + ctx.default_run(args, android_log_tags="*:f") |