Print prefix basic before test name instead of file relative path

This commit is contained in:
Eric Levy 2022-01-24 17:01:59 -05:00
parent ed2ab8f2a6
commit 67bd586575

View File

@ -6,7 +6,7 @@ for TEST in tests/*.expected; do
export BASE="${TEST%.expected}"
export MO_FALSE_IS_EMPTY=
echo -n "$BASE ... "
echo -n "basic:${BASE#tests/} ... "
(
if [[ -f "${BASE}.sh" ]]; then