mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-19 01:50:45 +01:00
![James Prestwood](/assets/img/avatar_default.png)
Inside the virtual environments /tmp is mounted as its own FS and not taken from the host. This poses issues if any output files are directly under /tmp since test-runner tries to mount the parent directory (/tmp). The can be fixed by ensuring these output files are either not under /tmp or at least one folder down the tree (e.g. /tmp/outputs/outfile.txt). Now this requirement is enforced and test-runner will not start if any output files parent directory is /tmp.