run-in-py-utils-bt2-env.sh: update comment
[babeltrace.git] / tests / utils / utils.sh
index b14b806429bfd8323e47efcd9c402ece8d8f444e..60e5d56e8bd5daaac2d8d21de921856f9e461c31 100644 (file)
@@ -445,7 +445,7 @@ bt_run_in_py_env() {
 # This function uses bt_run_in_py_env(), therefore such tests can import
 # the testing Python modules (in `tests/utils/python`) and the `bt2`
 # Python package.
-run_python_bt2_test() {
+bt_run_py_test() {
        local -r test_dir=$1
        local -r test_pattern=${2:-*}
        local python_exec
@@ -475,7 +475,7 @@ run_python_bt2_test() {
 
 # Generates a CTF trace into the directory `$2` from the moultipart
 # document `$1` using `mctf.py`.
-gen_mctf_trace() {
+bt_gen_mctf_trace() {
        local -r input_file=$1
        local -r base_dir=$2
        local -r cmd=(
This page took 0.024326 seconds and 4 git commands to generate.