mirror of
https://github.com/tests-always-included/mo.git
synced 2025-04-09 18:21:15 +00:00
Print prefix basic
before test name instead of file relative path
This commit is contained in:
parent
ed2ab8f2a6
commit
67bd586575
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user