Tests: Rename helper functions to have consistent names
[lttng-tools.git] / tests / kernel / run-kernel-tests.sh
index f89cd7b260d2a1fccaf9669ae8eebbda6fda8dbb..6948e1fa29cca19920ae922fdde52c4ebe28a987 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.026337 seconds and 4 git commands to generate.