From 3355fd4d9665a0899060b66959c48f226a1f3e89 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 14 Oct 2015 09:57:42 -0400 Subject: [PATCH] Tests: Remove unused set +x MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- tests/utils/utils.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index f2393b9cf..94b3a3c45 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -646,9 +646,9 @@ function stop_lttng_consumerd_opt() if [ $withtap -eq "1" ]; then diag "Killing $CONSUMERD_BIN pids: $(echo $PID_CONSUMERD | tr '\n' ' ')" fi + kill $kill_opt $PID_CONSUMERD 1> $OUTPUT_DEST 2> $ERROR_OUTPUT_DEST retval=$? - set +x if [ $? -eq 1 ]; then if [ $withtap -eq "1" ]; then @@ -703,7 +703,6 @@ function sigstop_lttng_consumerd_opt() fi kill $kill_opt $PID_CONSUMERD 1> $OUTPUT_DEST 2> $ERROR_OUTPUT_DEST retval=$? - set +x if [ $? -eq 1 ]; then if [ $withtap -eq "1" ]; then -- 2.34.1