diff options
| author | 2024-07-11 01:02:52 +0000 | |
|---|---|---|
| committer | 2024-07-11 01:02:52 +0000 | |
| commit | ea64b5ca6490fa8f480c1bc269316da66e37d21d (patch) | |
| tree | 33f24a99fb2b63a9403cce2f413648c87fd1a4a0 /tests/Input/AndroidTest.xml | |
| parent | 3063f9ce0e3a88e4971bdb5f288035c957a6a117 (diff) | |
PointerIconLoadingTest: Save test output to Downloads directory
Bug: 349704840
Change-Id: I425da0b9a24d3b39ebb63313626e8a0c9cab2ee1
Test: Presubmit
Flag: TEST_ONLY
Diffstat (limited to 'tests/Input/AndroidTest.xml')
| -rw-r--r-- | tests/Input/AndroidTest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Input/AndroidTest.xml b/tests/Input/AndroidTest.xml index 8db37058af2b..4a99bd4f1801 100644 --- a/tests/Input/AndroidTest.xml +++ b/tests/Input/AndroidTest.xml @@ -31,7 +31,7 @@ <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector"> <option name="pull-pattern-keys" value="input_.*" /> <!-- Pull files created by tests, like the output of screenshot tests --> - <option name="directory-keys" value="/storage/emulated/0/InputTests" /> + <option name="directory-keys" value="/sdcard/Download/InputTests" /> <option name="collect-on-run-ended-only" value="false" /> </metrics_collector> </configuration> |