Bram,
I worked on creating some new tests. And at first it took me some time,
until I finally managed to see some failures, therefore I thought, we
could add a rule to the test Makefile to make it obvious, what failed:
Thanks for considering.
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 6cc928c..b19ad8c 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -121,6 +121,7 @@ nolog:
RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND)
$(VIMPROG) -f -u unix.vim -U NONE --noplugin
newtests: $(NEW_TESTS)
+ @/bin/sh -c "if test -f messages && grep -q 'FAILED' messages; then cat
messages && cat test.log; fi"
.vim.res:
$(RUN_VIMTEST) -u NONE -S runtest.vim $*.vim
Best,
Christian
--
Ist der Tod nur ein Schlaf, wie kann dich das Sterben erschrecken?
Hast du es je noch gespürt, wenn du des Abends entschliefst?
-- Christian Friedrich Hebbel
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.