print name of failing test

This commit is contained in:
Thomas Levine 2012-10-08 09:26:44 -04:00
parent 6685bc6182
commit f57ee0d217
2 changed files with 4 additions and 0 deletions

3
tests/test_zero Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
exit 0

1
urchin
View File

@ -23,6 +23,7 @@ recurse() {
# Print a red 'F'
echo -ne '\033[31mF'
echo -ne "\033[0m"
echo -n "(${potential_test})"
fi
fi
}