This is an automated email from the ASF dual-hosted git repository.
paulk-asert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new c137f65dc3 minor refactor: improve test robustness for groovysh on CI
(cont'd)
c137f65dc3 is described below
commit c137f65dc33971ad20f54a21d8fdfb33132de6f1
Author: Paul King <[email protected]>
AuthorDate: Mon May 25 08:40:51 2026 +1000
minor refactor: improve test robustness for groovysh on CI (cont'd)
---
.../groovy/org/apache/groovy/groovysh/commands/SystemTestSupport.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/SystemTestSupport.groovy
b/subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/SystemTestSupport.groovy
index 15a3edca38..bee5fa903b 100644
---
a/subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/SystemTestSupport.groovy
+++
b/subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/SystemTestSupport.groovy
@@ -106,7 +106,7 @@ abstract class SystemTestSupport extends ConsoleTestSupport
{
terminal = TerminalBuilder.builder()
.type('dumb')
.graphemeCluster(false)
- .size(new Size(120, 60))
+ .size(new Size(120, 200))
.streams(new ByteArrayInputStream(new byte[0]), terminalBytes)
.encoding(StandardCharsets.UTF_8)
.name('groovysh-test')