mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 04:49:00 +00:00
Previously, when pulling an apk from the target to the host, the default package name was used for both regular apks and test apks. This could result in one overwriting the other. To prevent this ensure `TestPackages` have the "test_" prefixed to their filename.