mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 20:22:05 +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" };
|
testPackages = new String[] { "org.jivesoftware.smackx", "org.jivesoftware.smack" };
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
LOGGER.info("Using sinttest java packages provided by configuration: " + config.testPackages);
|
||||||
testPackages = config.testPackages.toArray(new String[config.testPackages.size()]);
|
testPackages = config.testPackages.toArray(new String[config.testPackages.size()]);
|
||||||
}
|
}
|
||||||
Reflections reflections = new Reflections(testPackages, new SubTypesScanner(),
|
Reflections reflections = new Reflections(testPackages, new SubTypesScanner(),
|
||||||
|
|
Loading…
Reference in a new issue