mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
2510329cdf
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.