mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 22:02:06 +01:00
[sinttest] Log if sinttest packages are provided via command line
This commit is contained in:
parent
cd10d1b40c
commit
0c4b5d3ff9
1 changed files with 1 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue