run-in-py-utils-bt2-env.sh: update comment
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Nov 2023 14:45:50 +0000 (09:45 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 7 Feb 2024 21:25:56 +0000 (16:25 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I33aed97ce0a22ffe0a106be088c951d04a9b22bb

tests/utils/run-in-py-env.sh

index 84788c56943e4b70622195e1021168b143018288..497e40c18fbb52f582d832ca6e1514eff2b0da2b 100755 (executable)
@@ -30,7 +30,7 @@ if (($# == 0)); then
        exit 1
 fi
 
-# Sanity check that the BT_TESTS_BUILDDIR value makes sense.
+# Make sure the value of `BT_TESTS_BUILDDIR` makes sense
 if [[ ! -f $BT_TESTS_BUILDDIR/Makefile ]]; then
        {
                echo "ERROR: Invalid \`BT_TESTS_BUILDDIR\` variable (\`\$BT_TESTS_BUILDDIR/Makefile\`"
This page took 0.024811 seconds and 4 git commands to generate.