X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Flive%2Ftest_ust;h=5eca6a3480778ca808f5397cc6304701eb202ccb;hb=b44a3eee151f91332ff42c5c63cb39f3226a3051;hp=e20150965c180e5d18b9c8aeeba9d93118201032;hpb=2faeb680d778d06b72ac42edf3be4fed6b6d30b0;p=lttng-tools.git diff --git a/tests/regression/tools/live/test_ust b/tests/regression/tools/live/test_ust index e20150965..5eca6a348 100755 --- a/tests/regression/tools/live/test_ust +++ b/tests/regression/tools/live/test_ust @@ -92,7 +92,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 @@ -106,7 +106,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