aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-09-26 23:47:31 -0500
committerJacob Bachmeyer <jcb@gnu.org>2022-09-26 23:47:31 -0500
commit369c52e5c89f42c66cefd76390c9c19953e246f3 (patch)
tree58eff1c15bd20c0feb09d08e2256e6964e8ab19a /ChangeLog
parent018434324a82453854d6cc7b837a8f1bf8695dc8 (diff)
downloaddejagnu-369c52e5c89f42c66cefd76390c9c19953e246f3.zip
dejagnu-369c52e5c89f42c66cefd76390c9c19953e246f3.tar.gz
dejagnu-369c52e5c89f42c66cefd76390c9c19953e246f3.tar.bz2
Allow internal unit test names to contain forward slash
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c9a10f..f8d5356 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-26 Jacob Bachmeyer <jcb@gnu.org>
+
+ * testsuite/runtest.libs/libs.exp (process_test): Add forward
+ slash to the list of characters recognized as text.
+
2022-01-21 Jacob Bachmeyer <jcb@gnu.org>
PR53427