Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daradurvs committed Sep 22, 2017
1 parent a573dba commit cdd1021
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ protected IgniteEx startGrid(final String igniteInstanceName, final String ver,
X.println(Arrays.toString(ldr.getURLs()));

// The path separator is always a slash (/) in case of getting path via ClassLoader
String corePathTemplate = "ignite/modules/core/target/classes";
String coreTestsPathTemplate = "ignite/modules/core/target/test-classes";
String corePathTemplate = "modules/core/target/classes";
String coreTestsPathTemplate = "modules/core/target/test-classes";

// 'System.getProperty("java.path.class")' mustn't be used here,
// because it doesn't work properly in case of start by 'mvn test'
Expand Down

0 comments on commit cdd1021

Please sign in to comment.