Browse Source

Allow internal unit test names to contain forward slash

master
Jacob Bachmeyer 4 years ago
parent
commit
369c52e5c8
  1. 5
      ChangeLog
  2. 2
      testsuite/runtest.libs/libs.exp

5
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

2
testsuite/runtest.libs/libs.exp

@ -22,7 +22,7 @@ proc process_test { test } {
global EXPECT
verbose "Running $test ..." 0
set text "\[- A-Za-z0-9\,\.\;\"\_\:\'\`\(\)\!\#\=\+\?\&\*]*"
set text "\[- A-Za-z0-9\,\.\;\"\_\:\'\`\(\)\!\#\=\+\/\?\&\*]*"
set timeout 150

Loading…
Cancel
Save