run-in-py-utils-bt2-env.sh: use `[[ ... ]]` instead of `[` or `test`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Nov 2023 14:19:17 +0000 (09:19 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 7 Feb 2024 21:25:56 +0000 (16:25 -0500)
commit7f03322daca6a95144086cf3e9a70081089189c1
tree7b269a578c12ed5161c1ab18d287a155e0a01935
parentb566b220971964df94cddf9607131beaba8be975
run-in-py-utils-bt2-env.sh: use `[[ ... ]]` instead of `[` or `test`

For the same reason we're using this form in `utils.sh` (see
"tests/utils/utils.sh: use `[[ ... ]]` instead of `[` or `test`").

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I9284cff1dc7d64cfbcf2ad56e6a3d2bd3652fb6e
tests/utils/run-in-py-env.sh
This page took 0.024701 seconds and 4 git commands to generate.