-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust conditional for broken legacy case
DejaGnu has always required testsuites to be rooted in a directory named exactly "testsuite" but older versions happened to work even if this requirement was violated. Special handling for this broken case was included, but the conditional to invoke this handling was too narrow and missed several cases in the GNU Automake testsuite.
- Loading branch information
Jacob Bachmeyer
committed
Jul 10, 2021
1 parent
be4c9af
commit cd94f06
Showing
2 changed files
with
10 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2021-06-29 Jacob Bachmeyer <[email protected]> | ||
|
||
PR49250 | ||
|
||
* runtest.exp: Adjust detection logic for deprecated broken legacy | ||
case of a testsuite not actually in a testsuite/ directory. | ||
|
||
This was never supported but happened to work in older versions. | ||
|
||
2021-05-22 Jacob Bachmeyer <[email protected]> | ||
|
||
* Makefile.am (TESTSUITE_FILES): Correct oversight. | ||
|
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