From 65257f26d7c9b3a16917a2081bf9353b6fa9fb6f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 2 Feb 2018 16:30:49 -0600 Subject: [PATCH] Look for subunit2html - not an empty variable http://logs.openstack.org/06/540406/2/check/osc-tox-py35-tips/5bbcf05/ara/result/ba549fa3-3cca-4247-98c8-4befa78f8e6c/ This is a little embarrasing. Change-Id: I5e57af4bf04d26d4504eaa950342945efcd8ceed --- roles/fetch-subunit-output/files/find-subunit2html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fetch-subunit-output/files/find-subunit2html.sh b/roles/fetch-subunit-output/files/find-subunit2html.sh index 98a1d23d1..b3f4307c3 100644 --- a/roles/fetch-subunit-output/files/find-subunit2html.sh +++ b/roles/fetch-subunit-output/files/find-subunit2html.sh @@ -42,4 +42,4 @@ fi # /usr/os-testr-env/bin/subunit2html, we can remove this. PATH="$PATH:/usr/os-testr-env/bin" -type -p $command +type -p subunit2html