Hi all, This is a follow up series to the "Log collection, TAP compliance and cleanups" set. The sashiko report had made some points that I thought was worth addressing. This patch set fixes a few more TAP compliance prints in the check_gcov* routines. Also since the user must now pass in the log folder to collect logs, log clean up is tightened to only remove rds* prefixed artifacts instead of the entire folder. Lastly a the signal handler alarm should be disarmed after the completes to avoid multiple calls to the stop_pcaps routine.
Questions, comments and feedback appreciated! Thanks everyone! Allison Allison Henderson (3): selftests: rds: Fix stale log clean up selftests: rds: Fix TAP-prefixed prints in check_gcov* selftests: rds: Disarm signal alarm on test completion tools/testing/selftests/net/rds/run.sh | 28 ++++++++++++++----------- tools/testing/selftests/net/rds/test.py | 10 ++++++++- 2 files changed, 25 insertions(+), 13 deletions(-) -- 2.25.1
