tests/utils/utils.sh: check_coverage() -> _bt_tests_check_coverage()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Nov 2023 04:30:06 +0000 (23:30 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 7 Feb 2024 21:25:56 +0000 (16:25 -0500)
commit4958be54ec3f4540cb3328f1e735e95de2b8d525
treed51fa2246428bf8fe4e2dbc6a58c7b9d4c930791
parent53be3c125109c38ed1acb7d94798d2314237e4c7
tests/utils/utils.sh: check_coverage() -> _bt_tests_check_coverage()

Make this function "private" (by name) as it's not intended that
whatever sources `utils.sh` use it directly (run_python_bt2_test() uses
it if `BT_TESTS_COVERAGE` is `1`).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I6e75945eae067c08d6c8f2a3711b4c177608c3d1
tests/utils/utils.sh
This page took 0.02504 seconds and 4 git commands to generate.