Fix: tests: wait output hide Terminate errors
[lttng-tools.git] / tests / regression / tools / live / test_ust_tracefile_count
index 63d7854763236f45cc0c87d7ac6546494da4f15d..cf883c5339e7e8b246925728822f603bd8539ba9 100755 (executable)
@@ -93,7 +93,7 @@ clean_live_tracing
 
 # Kill the relayd
 PID_RELAYD=`pidof lt-$RELAYD_BIN`
-kill $PID_RELAYD >/dev/null 2>&1
+kill $PID_RELAYD
 if [ $? -eq 1 ]; then
        echo "Kill lttng-relayd (pid: $PID_RELAYD)"
        exit 1
@@ -107,7 +107,7 @@ fi
 
 # Kill the sessiond
 PID_SESSIOND=`pidof lt-$SESSIOND_BIN`
-kill $PID_SESSIOND >/dev/null 2>&1
+kill $PID_SESSIOND
 if [ $? -eq 1 ]; then
        echo "Kill sessiond daemon"
        exit 1
This page took 0.024399 seconds and 4 git commands to generate.