debuginfod: Minor run-debuginfod-find.sh test fixes
authorNoah Sanci <nsanci@redhat.com>
Wed, 21 Jul 2021 18:52:07 +0000 (14:52 -0400)
committerMark Wielaard <mark@klomp.org>
Thu, 22 Jul 2021 12:01:49 +0000 (14:01 +0200)
commit3709516ee0bdc38f736eaf6cee440c85bf6059dd
tree0ecdb4c412f6964ee0c67ba89e886cbfd2412368
parent0aed4315b2f6c54f4efcf8a8d22e59a36e6eb30d
debuginfod: Minor run-debuginfod-find.sh test fixes

$PORT3's metrics are not reported on error and $PID4 was not properly
killed. This patch addresses both of those issues by reporting the
metrics of $PORT3 as $PORT1 and $PORT2 were in err() and waiting for
$PID4 to terminate before continuing with the test.

Signed-off-by: Noah Sanci <nsanci@redhat.com>
tests/ChangeLog
tests/run-debuginfod-find.sh