This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 8012cae1d1ec37689da37bda4981bfc39ec1d7fc Author: Paul King <[email protected]> AuthorDate: Sat Mar 22 15:06:04 2025 +1000 revert changes - not showing up for github actions --- src/test/groovy/lang/GroovySystemTest.groovy | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/test/groovy/lang/GroovySystemTest.groovy b/src/test/groovy/lang/GroovySystemTest.groovy index 846934561b..5d996911f5 100644 --- a/src/test/groovy/lang/GroovySystemTest.groovy +++ b/src/test/groovy/lang/GroovySystemTest.groovy @@ -32,11 +32,5 @@ class GroovySystemTest extends GroovyTestCase { void testGroovyVersion() { assert GroovySystem.getVersion() - // so we can check these values in test reports - println GroovySystem.getVersion() - println '\nSystem properties:' - println System.getProperties().entrySet().join('\n') - println '\nEnvironment variables:' - println System.getenv().entrySet().join('\n') } }
