[sinttest] Display Java version on startup

This commit is contained in:
Florian Schmaus 2023-12-07 11:12:55 +01:00
parent 9acee05e5e
commit 1e666197a3
1 changed files with 2 additions and 1 deletions

View File

@ -224,7 +224,8 @@ public class SmackIntegrationTestFramework {
}
LOGGER.info("SmackIntegrationTestFramework [" + testRunResult.testRunId
+ "]: Finished scanning for tests, preparing environment");
+ "]: Finished scanning for tests, preparing environment\n"
+ "\tJava SE Platform version: " + Runtime.version());
environment = prepareEnvironment();
try {