mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
Commit 95f17702d74d06d8f61bc710c53472d25d2f92ed redirected output of "dumpsys window" to a file (needed for Gem5 support). However, the file was created in $PWD, which breaks on production devices, as that location is not writable. This moves the file under the working directory on the device.