mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-08 07:54:11 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ef71ec99ad
|
@ -88,7 +88,7 @@
|
|||
<version>3.3</version>
|
||||
<configuration>
|
||||
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
|
||||
<goalPrefix>mysql-jdbc-compliance</goalPrefix>
|
||||
<goalPrefix>teavm</goalPrefix>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
|
@ -93,6 +93,9 @@ public class BuildJavascriptTestMojo extends AbstractJavascriptMojo {
|
|||
|
||||
setupTool(tool);
|
||||
try {
|
||||
if (!testFiles.isDirectory()) {
|
||||
throw new MojoFailureException("Directory with tests doesn't exist: " + testFiles);
|
||||
}
|
||||
getLog().info("Searching for tests in the directory `" + testFiles.getAbsolutePath() + "'");
|
||||
tool.setAdapter(createAdapter(classLoader));
|
||||
findTestClasses(classLoader, testFiles, "");
|
||||
|
|
Loading…
Reference in New Issue
Block a user