author | Alex Riesen <raa.lkml@gmail.com> | |
Tue, 8 Nov 2005 09:51:10 +0000 (10:51 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 8 Nov 2005 19:26:07 +0000 (11:26 -0800) | ||
commit | 23fc63bf8fb7c3627f78ca6743b4f3ae17a5df49 | |
tree | 8a068269d7795ebca7e0a116d79031765a742dde | tree | snapshot |
parent | cb34882bd61e00295b6213d8c4c7bf9bb0e10a17 | commit | diff |
make tests ignorable with "make -i"
Allow failed tests to be ignored using make's "-i". The patch also
disables parallel make in t/. This doesn't make the testing any
different as before: the tests were run sequentially before.
It also allows to run more tests, ignoring the ones usually failing
just to figure out if something else broke. (Or to ignore plainly
uninteresting situations because of the testing being done on say...
cygwin ;)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Allow failed tests to be ignored using make's "-i". The patch also
disables parallel make in t/. This doesn't make the testing any
different as before: the tests were run sequentially before.
It also allows to run more tests, ignoring the ones usually failing
just to figure out if something else broke. (Or to ignore plainly
uninteresting situations because of the testing being done on say...
cygwin ;)
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/Makefile | diff | blob | history |