From 38167b70fc49266cb6b968fa0ee3f6f4e5235697 Mon Sep 17 00:00:00 2001 From: Pawel Langowski Date: Fri, 5 Sep 2025 09:05:30 +0000 Subject: [PATCH] test-case: Clean up jackd before latency test Sometimes when timeout is reached, the latency test does not terminate the jackd process. This commit adds `pkill jackd` on test setup to ensure no instance od `jackd` is running. Signed-off-by: Pawel Langowski --- test-case/latency-metrics.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test-case/latency-metrics.sh b/test-case/latency-metrics.sh index 9ad07f25..d6b710d9 100755 --- a/test-case/latency-metrics.sh +++ b/test-case/latency-metrics.sh @@ -260,6 +260,7 @@ report_end() main() { + pkill jackd || True check_latency_options setup_kernel_check_point