zuul-jobs/roles/fetch-subunit-output
Clark Boylan ce31c2c678 Find (s)testr more reliably
We have seen instances where type -p (s)testr seems to return with a
leading blank line which confuses ansible later when trying to use the
first line of output as the path to (s)testr. Address this by chomping
with grep -v ^$. Additionally use type -P instead of -p to ensure we
always get a path even when the command may be an alias or builtin.

Change-Id: Ibffe1e1499eca18ef5dc3904fe222a55242b827d
2021-08-11 10:04:39 -07:00
..
defaults Remove unused tox_envlist in fetch-subunit-output 2020-05-19 20:24:37 +02:00
files Find (s)testr more reliably 2021-08-11 10:04:39 -07:00
tasks More E208 (final) 2020-11-10 19:34:45 +00:00
README.rst Remove unused tox_envlist in fetch-subunit-output 2020-05-19 20:24:37 +02:00

Collect subunit outputs

Role Variables