From 7f12ef5d1b1de751b90c2e88fa331692a998ed70 Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Fri, 19 Jul 2013 12:36:15 -0400 Subject: [PATCH 1/1] Fix hang in make check snapshots/test_ust Missing a kill of the test app at the end of test_ust_1000_local_snapshots. Signed-off-by: Julien Desfossez Signed-off-by: Mathieu Desnoyers --- tests/regression/tools/snapshots/test_ust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/tools/snapshots/test_ust b/tests/regression/tools/snapshots/test_ust index 3760c6053..c88e98a2d 100755 --- a/tests/regression/tools/snapshots/test_ust +++ b/tests/regression/tools/snapshots/test_ust @@ -185,7 +185,7 @@ function test_ust_1000_local_snapshots () destroy_lttng_session $SESSION_NAME diag "Killing $TESTAPP_NAME" PID_APP=`pidof $TESTAPP_NAME` -# kill $PID_APP >/dev/null 2>&1 + kill $PID_APP >/dev/null 2>&1 } plan_tests $NUM_TESTS -- 2.34.1