-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
cad3ddd
commit f987d18
Showing
4 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,19 @@ You can find most information concerning the development of GNU Make at | |
this site. | ||
|
||
|
||
Regression Tests | ||
---------------- | ||
|
||
GNU Make contains a suite of regression tests. To run them use "make check" | ||
after building GNU Make. If they fail a tar package will be created | ||
containing useful information, which can be emailed (as an attachment) to | ||
the <[email protected]> mailing list. | ||
|
||
Please note that since these tests rely on known-good-output comparisons, | ||
they can show spurious failures on some systems (particularly non-POSIX systems | ||
such as Windows). | ||
|
||
|
||
Bug Reporting | ||
------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.test-result | ||
config-flags.pm | ||
work |