We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6441612 commit 4e0bf84Copy full SHA for 4e0bf84
2 files changed
src/testdir/Makefile
@@ -74,10 +74,10 @@ $(SCRIPTS) $(SCRIPTS_GUI) $(NEW_TESTS_RES): $(SCRIPTS_FIRST)
74
$(NEW_TESTS):
75
rm -f $@.res test.log messages
76
$(MAKE) -f Makefile $@.res
77
+ cat messages
78
@if test -f test.log; then \
- cat test.log; \
79
+ exit 1; \
80
fi
- cat messages
81
82
RM_ON_RUN = test.out X* viminfo
83
RM_ON_START = tiny.vim small.vim mbyte.vim mzscheme.vim test.ok benchmark.out
src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
767
768
static int included_patches[] =
769
{ /* Add new patch number below this line */
770
+/**/
771
+ 1490,
772
/**/
773
1489,
774
0 commit comments