diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-15 10:50:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 10:50:15 -0700 |
commit | ef297d466e81b1fbdb5472f7f36e5903f66c959f (patch) | |
tree | ab8bd98924ae2bc9dce6205d9631be2eaae762cb /test | |
parent | 9b78bf9293bd7920b60aa0bf41fa40f9200f54ff (diff) | |
parent | 55eea9127a845e2a7f3db04f0c7a10ae5b3ef0f6 (diff) | |
download | podman-ef297d466e81b1fbdb5472f7f36e5903f66c959f.tar.gz podman-ef297d466e81b1fbdb5472f7f36e5903f66c959f.tar.bz2 podman-ef297d466e81b1fbdb5472f7f36e5903f66c959f.zip |
Merge pull request #5767 from edsantiago/logformat_add_anchors_and_apiv2
logformat: handle apiv2 results, add anchor links
Diffstat (limited to 'test')
-rwxr-xr-x | test/apiv2/test-apiv2 | 2 |
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) |