aboutsummaryrefslogtreecommitdiff
path: root/test/apiv2
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2020-04-08 12:10:24 -0600
committerChris Evich <cevich@redhat.com>2020-04-15 13:51:02 -0400
commita023813c61ef2f104045622e71982f57d11c07fe (patch)
tree5aeb10d08e8d351058e1457e274296edc30ddf1d /test/apiv2
parentd985723506a29766ed21585ba8541033db6bd572 (diff)
downloadpodman-a023813c61ef2f104045622e71982f57d11c07fe.tar.gz
podman-a023813c61ef2f104045622e71982f57d11c07fe.tar.bz2
podman-a023813c61ef2f104045622e71982f57d11c07fe.zip
logformat: handle apiv2 results, add anchor links
apiv2 tests emit TAP-compliant output; recognize it and highlight it the same way we do BATS tests. Add anchor links to TAP output, so other tools (e.g. cirrus-flake-summarize) can link to particular lines And, remove a "-f" from "wait" in test-apiv2; looks like there's some version of bash used in some CI VM that doesn't grok it. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/apiv2')
-rwxr-xr-xtest/apiv2/test-apiv22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/test-apiv2 b/test/apiv2/test-apiv2
index b101be012..1af76b4be 100755
--- a/test/apiv2/test-apiv2
+++ b/test/apiv2/test-apiv2
@@ -355,7 +355,7 @@ done
if [ -n "$service_pid" ]; then
kill $service_pid
- wait -f $service_pid
+ wait $service_pid
fi
test_count=$(<$testcounter_file)