Skip to content

Commit a334f2e

Browse files
PLangowskiKamilxPaszkiet
authored andcommitted
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 09130c9 commit a334f2e

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)