X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2Fstreaming%2Furi_switch;fp=tests%2Ftools%2Fstreaming%2Furi_switch;h=cb0979e9a5a347cd0be7268d93c4460e9e2b2f47;hp=a6b158230f4cb4cedd5793a413101508e8948812;hb=c38b5107fcb9435ea7584e82f6c61319a9391fc0;hpb=fec81a7e6e7d21bef1a16643404ac5016009feb3 diff --git a/tests/tools/streaming/uri_switch b/tests/tools/streaming/uri_switch index a6b158230..cb0979e9a 100755 --- a/tests/tools/streaming/uri_switch +++ b/tests/tools/streaming/uri_switch @@ -15,6 +15,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this library; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +TEST_DESC="Streaming - URI switching" CURDIR=$(dirname $0)/ TESTDIR=$CURDIR/../.. @@ -27,10 +28,7 @@ TRACE_PATH=$(mktemp -d) source $TESTDIR/utils.sh -echo -e "\n" -echo -e "---------------------------" -echo -e " Streaming - URI switching " -echo -e "---------------------------" +print_test_banner "$TEST_DESC" if [ ! -x "$CURDIR/$BIN_NAME" ]; then echo -e "No UST nevents binary detected. Skipping."