Fix hang in make check snapshots/test_ust
authorJulien Desfossez <jdesfossez@efficios.com>
Fri, 19 Jul 2013 16:36:15 +0000 (12:36 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Jul 2013 16:36:15 +0000 (12:36 -0400)
Missing a kill of the test app at the end of
test_ust_1000_local_snapshots.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/regression/tools/snapshots/test_ust

index 3760c6053b44ef5d73c8dd7cd1efb57c1ada29e8..c88e98a2d6e07168d666754e27ab7a77f76b9964 100755 (executable)
@@ -185,7 +185,7 @@ function test_ust_1000_local_snapshots ()
        destroy_lttng_session $SESSION_NAME
        diag "Killing $TESTAPP_NAME"
        PID_APP=`pidof $TESTAPP_NAME`
        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
 }
 
 plan_tests $NUM_TESTS
This page took 0.025354 seconds and 4 git commands to generate.