X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Futils%2Frun-in-py-env.sh;fp=tests%2Futils%2Frun-in-py-env.sh;h=bca648ec89868a0507de81fc0cf092ae1a70bf71;hp=86d5eeb28d5b00d1a75a01ff67b7129abb1dced7;hb=7dec5799318ba69cad36d625bf6b78bd118bfbc8;hpb=7f03322daca6a95144086cf3e9a70081089189c1 diff --git a/tests/utils/run-in-py-env.sh b/tests/utils/run-in-py-env.sh index 86d5eeb2..bca648ec 100755 --- a/tests/utils/run-in-py-env.sh +++ b/tests/utils/run-in-py-env.sh @@ -32,11 +32,14 @@ fi # Sanity check that the BT_TESTS_BUILDDIR value makes sense. if [[ ! -f "$BT_TESTS_BUILDDIR/Makefile" ]]; then - fold -w 80 -s <<- END - $0: BT_TESTS_BUILDDIR does not point to a valid directory (\`$BT_TESTS_BUILDDIR/Makefile\` does not exist). + { + echo "ERROR: Invalid \`BT_TESTS_BUILDDIR\` variable (\`\$BT_TESTS_BUILDDIR/Makefile\`" + echo "doesn't exist)." + echo "" + echo "If you build out of tree, export and set the \`BT_TESTS_BUILDDIR\` environment" + echo "variable to the built \`tests\` directory." + } >&2 - If building out-of-tree, set BT_TESTS_BUILDDIR to point to the \`tests\` directory in the build tree. - END exit 1 fi