Tests: Cleanup redundant code and use printing helper functions
[lttng-tools.git] / tests / ust / run-ust-global-tests.sh
index 969e217332fe2eafd2b27e51ea754870dafe8c2c..57c517050095b8cf68ff3bee02c372a7406ce796 100755 (executable)
@@ -35,9 +35,9 @@ function start_tests ()
        rm -rf $tmpdir
 }
 
-echo -e "\n-------------------------------------------"
-echo -e "UST tracer - Global domain (LTTNG_DOMAIN_UST)"
-echo -e "---------------------------------------------"
+TEST_DESC="UST tracer - Global domain (LTTNG_DOMAIN_UST)"
+
+print_test_banner "$TEST_DESC"
 
 start_tests
 
This page took 0.023021 seconds and 4 git commands to generate.