Fix failsGracefullyWhenNoTestMainMethodIsFound on Windows

pull/35370/head
Andy Wilkinson 2 years ago
parent e4efc8444c
commit 93c3116b3a

@ -113,7 +113,7 @@ class BootTestRunIntegrationTests {
else { else {
assertThat(result.getOutput()) assertThat(result.getOutput())
.contains("Main class name has not been configured and it could not be resolved from classpath " .contains("Main class name has not been configured and it could not be resolved from classpath "
+ "build/classes/java/test"); + String.join(File.separator, "build", "classes", "java", "test"));
} }
} }

Loading…
Cancel
Save