Tests: Rename helper functions to have consistent names
[lttng-tools.git] / tests / ust / run-ust-global-tests.sh
index 57c517050095b8cf68ff3bee02c372a7406ce796..e1a54ad6195db0c8a76946b2402e7e06b6a8ff60 100755 (executable)
@@ -19,16 +19,16 @@ function start_tests ()
                        continue
                fi
 
-               start_sessiond
+               start_lttng_sessiond
 
         ./$bin $tmpdir
         # Test must return 0 to pass.
         if [ $? -ne 0 ]; then
             exit_code=1
-                       stop_sessiond
+                       stop_lttng_sessiond
             break
         fi
-               stop_sessiond
+               stop_lttng_sessiond
     done
 
        # Cleaning up
This page took 0.02334 seconds and 4 git commands to generate.