Vim developers,
Build test #17 creates a scratch subdirectory "Xdir1" which it does not
delete at the end of the test script src/testdir/test17.in.
I'm running these tests using the Make_ming.mak makefile. In that file,
the command "-$(DEL) X*" is run after each test completes and it fails
because the command, rm or del, does not include the required command
lines options to delete a directory and its contents.
As a consequence, a diagnostic stating the test has failed is printed
after each subsequent test is run because "Xdir1" cannot be deleted.
This is undesirable in a validation test.
My suggested fix is to add the ex-command 'call
DeleteDirectory("Xdir1")' near the end of the script file test17.in,
just before the :q. You may also want to modify the definitions of
"DEL" in the ming Makefile to include the recursive options: -r for rm
and /s for del.
Regards,
Mike
--
--
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.