Problem: When a single test fails the exit code is not set. (Daniel Hahler)
Solution: Add an exit command. (closes #4506)
$(NEW_TESTS):
rm -f $@.res test.log messages
$(MAKE) -f Makefile $@.res
+ cat messages
@if test -f test.log; then \
- cat test.log; \
+ exit 1; \
fi
- cat messages
RM_ON_RUN = test.out X* viminfo
RM_ON_START = tiny.vim small.vim mbyte.vim mzscheme.vim test.ok benchmark.out
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1490,
/**/
1489,
/**/