Rename .tests-failed to match a .gitignore pattern

This is simpler than trying to add that file to the
.gitignore files in all of the submodules.
This commit is contained in:
Andrew Johnson
2020-05-27 01:46:14 -05:00
parent d41b3979fb
commit c3cb72a2ca
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -9,7 +9,6 @@
/configure/*.local
/modules/RELEASE.*.local
/modules/Makefile.local
/.tests-failed
O.*/
/QtC-*
*.orig

View File

@@ -68,6 +68,6 @@ TAPTOJUNIT = $(PERL) $(TOOLS)/tap-to-junit-xml.pl
PROVE = $(PERL) $(TOOLS)/epicsProve.pl
PROVE.tap = $(PROVE) --ext .tap --exec "$(CAT)"
TEST_FAILURE_FILENAME = .tests-failed
TEST_FAILURE_FILENAME = .tests-failed.log
TEST_FAILURE_FILE = $(TOP)/$(TEST_FAILURE_FILENAME)
PROVE_FAILURE = echo $(abspath .)>> $(TEST_FAILURE_FILE)