Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2aba20f authored by Edward Liaw's avatar Edward Liaw
Browse files

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: default avatarEdward Liaw <edliaw@google.com>
parent 0d02ecd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>