Skip to content

Commit

Permalink
absltest.get_default_test_tmpdir() is widely used in our code base,…
Browse files Browse the repository at this point in the history
… but it's

got some problems like not respecting the value of `FLAGS.test_tmpdir`. This
change replaces it with `self.create_tempdir()` in `adb_call_parser_test.py`.

Other changes will follow for other test files.

PiperOrigin-RevId: 642266121
  • Loading branch information
kenjitoyama authored and copybara-github committed Jun 11, 2024
1 parent 8be4823 commit 922557b
Showing 1 changed file with 125 additions and 65 deletions.
Loading

0 comments on commit 922557b

Please sign in to comment.