formatting
This commit is contained in:
parent
287e54a4fe
commit
4c84456574
7
urchin
7
urchin
@ -89,7 +89,7 @@ recurse() {
|
|||||||
TEST_SHELL="$4"
|
TEST_SHELL="$4"
|
||||||
|
|
||||||
for ignore in setup_dir teardown_dir setup teardown; do
|
for ignore in setup_dir teardown_dir setup teardown; do
|
||||||
if test "$potential_test" = $ignore; then
|
if test "$(basename "$potential_test")" = $ignore; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
@ -294,9 +294,10 @@ report_outcome() {
|
|||||||
;;
|
;;
|
||||||
skip)
|
skip)
|
||||||
if test -z "$the_shell"; then
|
if test -z "$the_shell"; then
|
||||||
the_shell='(File is not executable.)'
|
echo ' (File is not executable.)'
|
||||||
fi
|
else
|
||||||
echo " ${the_shell} ($file_elapsed $(plural second $file_elapsed))"
|
echo " ${the_shell} ($file_elapsed $(plural second $file_elapsed))"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user