git: add test results.

This commit is contained in:
Jerome Duval
2019-11-30 00:22:02 +01:00
parent 582ea634f2
commit 6ee5c742b2
2 changed files with 47 additions and 0 deletions

View File

@@ -196,3 +196,27 @@ index b074d1a..0f95000 100755
--
2.19.1
From 1a765af9aa140dc7232eebc2a09963abc49e4769 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Fri, 29 Nov 2019 21:46:54 +0100
Subject: ignore test failures.
---
t/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/Makefile b/t/Makefile
index c83fd18..88e0c41 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -53,7 +53,7 @@ prove: pre-clean check-chainlint $(TEST_LINT)
$(MAKE) clean-except-prove-cache
$(T):
- @echo "*** $@ ***"; '$(TEST_SHELL_PATH_SQ)' $@ $(GIT_TEST_OPTS)
+ - @echo "*** $@ ***"; '$(TEST_SHELL_PATH_SQ)' $@ $(GIT_TEST_OPTS)
pre-clean:
$(RM) -r '$(TEST_RESULTS_DIRECTORY_SQ)'
--
2.24.0