comparison src/testdir/Makefile @ 34829:7e93120ed584 v9.1.0284

patch 9.1.0284: make testclean is not able to delete failed screendumps Commit: https://github.com/vim/vim/commit/e20c7d7f442e0d42d78db7337c1b5e7a3ff91671 Author: Julio B <julio.bacel@gmail.com> Date: Tue Apr 9 21:22:41 2024 +0200 patch 9.1.0284: make testclean is not able to delete failed screendumps Problem: make testclean is not able to delete failed screendumps. Solution: Remove the "failed" directory when necessary. (Julio B) Patch 8.1.1080 changed the way that failed screendumps are saved, but the "rm -rf *.failed" clean command was not ported correctly. closes: #14468 Signed-off-by: Julio B <julio.bacel@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 09 Apr 2024 21:30:04 +0200
parents bea4ebf594c6
children
comparison
equal deleted inserted replaced
34828:b8b18dafd432 34829:7e93120ed584
87 RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE) $(VALGRIND) $(VIMPROG) -f $(GUI_FLAG) -u unix.vim $(NO_INITS) -s dotest.in 87 RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE) $(VALGRIND) $(VIMPROG) -f $(GUI_FLAG) -u unix.vim $(NO_INITS) -s dotest.in
88 88
89 # Delete files that may interfere with running tests. This includes some files 89 # Delete files that may interfere with running tests. This includes some files
90 # that may result from working on the tests, not only from running them. 90 # that may result from working on the tests, not only from running them.
91 clean: 91 clean:
92 -rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind 92 -rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind failed
93 -rm -f opt_test.vim test_result.log $(CLEANUP_FILES) 93 -rm -f opt_test.vim test_result.log $(CLEANUP_FILES)
94 -rm -rf $(RM_ON_RUN) $(RM_ON_START) 94 -rm -rf $(RM_ON_RUN) $(RM_ON_START)
95 -rm -f valgrind.* 95 -rm -f valgrind.*
96 -rm -f asan.* 96 -rm -f asan.*
97 -rm -f guidialog guidialogfile 97 -rm -f guidialog guidialogfile