Skip to content

Commit 38167b7

Browse files
committed
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 <pawelx.langowski@intel.com>
1 parent 7e4bfd8 commit 38167b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-case/latency-metrics.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ report_end()
260260

261261
main()
262262
{
263+
pkill jackd || True
263264
check_latency_options
264265

265266
setup_kernel_check_point

0 commit comments

Comments
 (0)