mirror of
https://github.com/containers/podman.git
synced 2025-06-03 20:33:20 +08:00
Merge pull request #5767 from edsantiago/logformat_add_anchors_and_apiv2
logformat: handle apiv2 results, add anchor links
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user