Tests: Remove unused set +x
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 14 Oct 2015 13:57:42 +0000 (09:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Sep 2018 19:28:48 +0000 (15:28 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/utils/utils.sh

index d8c8a1fed0e5dbd69c3b2d3a84e4779ea7a56e67..af63824cefb901e391254306523e90385ad26186 100644 (file)
@@ -601,9 +601,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
@@ -658,7 +658,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
This page took 0.026752 seconds and 5 git commands to generate.