From: Julien Desfossez Date: Fri, 19 Jul 2013 16:36:15 +0000 (-0400) Subject: Fix hang in make check snapshots/test_ust X-Git-Tag: v2.3.0-rc2~10 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=7f12ef5d1b1de751b90c2e88fa331692a998ed70 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 --- 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