summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-10-22 17:23:17 -0400
committerPaul Smith <psmith@gnu.org>2022-10-22 22:40:26 -0400
commitf987d181c40270359f4d89fbe3daa1966634bac2 (patch)
treeaca919de6702d4f72a0201f4b86b26abe1359038 /.gitignore
parentcad3ddd165645fa7a8b1e9cf4ec996de89b4d5da (diff)
downloadmake-git-f987d181c40270359f4d89fbe3daa1966634bac2.tar.gz
Collect failure details when the regression tests fail
* README.in: Add a section on running regression tests. * Makefile.am (check-regression): Capture the test run output, and on failure collect configure and test results into a tar file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5c558ea4..e93c46b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,6 +60,10 @@ WinRel/
GccDebug/
GccRel/
+# Test artifacts
+makeerror-*.tar.gz
+test-suite.log
+
# Distribution artifacts
.dep_segment
.check-git-HEAD