Skip to content

Commit da2d79d

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 5124961 commit da2d79d

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
@@ -272,6 +272,7 @@ report_end()
272272

273273
main()
274274
{
275+
pkill jackd
275276
check_latency_options
276277

277278
setup_kernel_check_point

0 commit comments

Comments
 (0)