Meta/Make: update test skipping logic

Request to "Meta/Make --test=????" should override the default built-in
list of tests to skip on each test bochs.
This commit is contained in:
Junio C Hamano
2011-05-30 13:43:28 -07:00
parent d45cde1e4c
commit ca2a4aa4a4
5 changed files with 26 additions and 9 deletions

View File

@@ -27,6 +27,6 @@ then
done
if test -n "$bad"
then
exit 1
: exit 1
fi
fi