KernelLibcutilsTest: change test file push location
Upload files to /data/local/tests/unrestricted instead to improve data collection in the event of a crash. Bug: 284307085 Bug: 258819618 Bug: 199904562 Test: atest KernelLibcutilsTest Change-Id: Iff816fd3276b24507c60eddc1bcd3f2c2184c27d Signed-off-by: Edward Liaw <edliaw@google.com>
This commit is contained in:
parent
0d02ecd816
commit
e2aba20f19
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
|||
|
||||
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
|
||||
<option name="cleanup" value="true" />
|
||||
<option name="push" value="KernelLibcutilsTest->/data/local/tmp/KernelLibcutilsTest" />
|
||||
<option name="push" value="KernelLibcutilsTest->/data/local/tests/unrestricted/KernelLibcutilsTest" />
|
||||
</target_preparer>
|
||||
|
||||
<test class="com.android.tradefed.testtype.GTest" >
|
||||
<option name="native-test-device-path" value="/data/local/tmp" />
|
||||
<option name="native-test-device-path" value="/data/local/tests/unrestricted" />
|
||||
<option name="module-name" value="KernelLibcutilsTest" />
|
||||
<option name="include-filter" value="*AshmemTest*" />
|
||||
</test>
|
||||
|
|
Loading…
Reference in a new issue