e5dc872f09
New tox>=4 does not prefix the filenames with the env name. THis means we'll squash together log files if more than one env is run. Address this while on tox v3 to avoid regressions. Change-Id: I2601cc7faa1f7a5d7f2d950d637dfa84c50717ae
Collect log output from a tox build
Role Variables
Comma separated string with test environmens to fetch log output from.
ALL
fetches all environments while an empty string fetches all test environments configured withenvlist
in tox.