tests/utils/utils.sh: use "private" variables if applicable
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Nov 2023 04:06:12 +0000 (23:06 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 7 Feb 2024 21:25:56 +0000 (16:25 -0500)
commit315323f47f999197dfe715a1de04466c651f3254
tree945fda6e2a0cdde81c71dd1964db37640532b2d4
parent4a1628932a4f566033bd1e06add80f0b79482c46
tests/utils/utils.sh: use "private" variables if applicable

The non-exported `BT_PLUGINS_PATH` and `BT_TESTS_PYTHON_VERSION`
variables aren't directly needed by whatever sources `utils.sh` and its
subprocesses.

`BT_PLUGINS_PATH` is actually exported when calling run_python_bt2(),
for that specific case.

Make them more "private" by using the `_bt_tests_` prefix.

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