Fix hang in make check snapshots/test_ust
[lttng-tools.git] / 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`
-#      kill $PID_APP >/dev/null 2>&1
+       kill $PID_APP >/dev/null 2>&1
 }
 
 plan_tests $NUM_TESTS
This page took 0.022706 seconds and 4 git commands to generate.