show all counts in cross-shell-tests runner
It previously just showed the last three lines. It needs to show the last four lines now because urchin now displays skipped tests.
This commit is contained in:
parent
31023bce21
commit
655daf4b74
@ -6,7 +6,7 @@ for shell in dash bash ksh zsh; do
|
|||||||
if which $shell > /dev/null 2> /dev/null; then
|
if which $shell > /dev/null 2> /dev/null; then
|
||||||
echo
|
echo
|
||||||
echo Running urchin tests in $shell
|
echo Running urchin tests in $shell
|
||||||
$shell urchin -s $shell tests | tail -n 3
|
$shell urchin -s $shell tests | tail -n 4
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
echo Skipping $shell because it is not in the PATH
|
echo Skipping $shell because it is not in the PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user