The recently added "test info" file (see
|
my $info_file = "./.test_info.$$.json"; |
), used for
yath resources, requires that Yath be run from a directory which is writable. When running builds/tests inside of a Docker Container, though, this may not always be the case.
Should this file not be recorded into a temp directory (such as /tmp) instead?
The recently added "test info" file (see
Test2-Harness/lib/App/Yath/Command/test.pm
Line 263 in 32e0ca1
yath resources, requires that Yath be run from a directory which is writable. When running builds/tests inside of a Docker Container, though, this may not always be the case.Should this file not be recorded into a temp directory (such as
/tmp) instead?