tests/utils/utils.sh: check_coverage() -> _bt_tests_check_coverage()
[babeltrace.git] / tests / utils / utils.sh
index 3b2ee8886877f55f0429ad20dc541311da074166..bd077983cef48eb80a4482de5864478cce024591 100644 (file)
@@ -374,7 +374,7 @@ if [[ ${SH_TAP:-} == 1 ]]; then
 fi
 
 # Forwards the arguments to `coverage run`.
-check_coverage() {
+_bt_tests_check_coverage() {
        coverage run "$@"
 }
 
@@ -457,7 +457,7 @@ run_python_bt2_test() {
        local python_exec
 
        if test "${BT_TESTS_COVERAGE:-}" = "1"; then
-               python_exec="check_coverage"
+               python_exec="_bt_tests_check_coverage"
        else
                python_exec="${BT_TESTS_PYTHON_BIN}"
        fi
This page took 0.022893 seconds and 4 git commands to generate.