[sinttest] Log if sinttest packages are provided via command line

This commit is contained in:
Florian Schmaus 2021-04-01 17:22:06 +02:00
parent cd10d1b40c
commit 0c4b5d3ff9
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ public class SmackIntegrationTestFramework {
testPackages = new String[] { "org.jivesoftware.smackx", "org.jivesoftware.smack" };
}
else {
LOGGER.info("Using sinttest java packages provided by configuration: " + config.testPackages);
testPackages = config.testPackages.toArray(new String[config.testPackages.size()]);
}
Reflections reflections = new Reflections(testPackages, new SubTypesScanner(),