mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
[sinttest] Display Java version on startup
This commit is contained in:
parent
9acee05e5e
commit
1e666197a3
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue