X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=60e5d56e8bd5daaac2d8d21de921856f9e461c31;hb=f68c8a71643b4a920ccceafed3e47819f0b7cdb2;hp=b14b806429bfd8323e47efcd9c402ece8d8f444e;hpb=ae7f2cf2fa9cfde5ae16138db96c177115022b95;p=babeltrace.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index b14b8064..60e5d56e 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -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=(