tests/utils/utils.sh: run_python_bt2_test() -> bt_run_py_test()
[babeltrace.git] / tests / utils / utils.sh
index b14b806429bfd8323e47efcd9c402ece8d8f444e..59f5eca11799cb1ee101872554b28d830f2b1040 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
This page took 0.022849 seconds and 4 git commands to generate.