Tests: Replace usage of gen-ust-events testapp in ust buffers-uid test
[lttng-tools.git] / tests / regression / ust / nprocesses / test_nprocesses
index ac8e99a159d39beee0670506a73c6c64a02e82f6..f9ed0b1906353c2bd22c44c8afee541d2ddf73ad 100755 (executable)
@@ -27,8 +27,6 @@ NUM_TESTS=9
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -x "$CURDIR/$TEST_BIN_NAME" ]; then
        BAIL_OUT "No UST $TEST_BIN_NAME binary detected."
 fi
@@ -37,6 +35,8 @@ fi
 
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 start_lttng_sessiond
 
 # Start test for 1000 seconds
@@ -72,7 +72,7 @@ destroy_lttng_session $SESSION_NAME
 rm -rf $TRACE_PATH
 
 while [ -n "$(pidof $TEST_BIN_NAME)" ]; do
-       killall -s PIPE -q $TEST_BIN_NAME >/dev/null 2>&1
+       killall -q $TEST_BIN_NAME >/dev/null 2>&1
        sleep 0.5
 done
 
This page took 0.023041 seconds and 4 git commands to generate.