aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-07-09 21:51:06 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-07-09 21:51:06 -0500
commitcd94f0675dbf6f3d5cbc7945297a3cea57848249 (patch)
treedaf562f748715260370bdf3cd0d099e855bb5df3 /ChangeLog
parentbe4c9afb6075676822cd5d921281347876e85509 (diff)
downloaddejagnu-cd94f0675dbf6f3d5cbc7945297a3cea57848249.zip
dejagnu-cd94f0675dbf6f3d5cbc7945297a3cea57848249.tar.gz
dejagnu-cd94f0675dbf6f3d5cbc7945297a3cea57848249.tar.bz2
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f3a31d..d924a48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2021-06-29 Jacob Bachmeyer <jcb@gnu.org>
+
+ 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 <jcb@gnu.org>
* Makefile.am (TESTSUITE_FILES): Correct oversight.