From: Philippe Proulx Date: Fri, 10 Nov 2023 14:45:50 +0000 (-0500) Subject: run-in-py-utils-bt2-env.sh: update comment X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=9e400c5c5920ee3069e8657cc1c057ed48d0937a run-in-py-utils-bt2-env.sh: update comment Signed-off-by: Philippe Proulx Change-Id: I33aed97ce0a22ffe0a106be088c951d04a9b22bb --- diff --git a/tests/utils/run-in-py-env.sh b/tests/utils/run-in-py-env.sh index 84788c56..497e40c1 100755 --- a/tests/utils/run-in-py-env.sh +++ b/tests/utils/run-in-py-env.sh @@ -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\`"