Skip to content

Commit 6500a5a

Browse files
author
jan
committed
add if(){return;} before assumeFalse (for testing)
1 parent b6e2ce1 commit 6500a5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

io.sloeber.autoBuild.test/src/io/sloeber/autoBuild/regression/AutoBuildCreateBasicProjects.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ void testInternaltBuilderRoot(String inProjectName, String extensionPointID, Str
192192
void testMakeBuilderRoot(String inProjectName, String extensionPointID, String extensionID, String projectTypeID,
193193
String natureID, ICodeProvider codeProvider, IBuildTools buildTools) throws Exception {
194194
if (doTestMakeBuilder) {
195+
if(buildTools.getProviderID().equals("io.sloeber.autoBuild.Path.BuildToolProvider")) {
196+
return;
197+
}
195198
Assumptions.assumeFalse(buildTools.getProviderID().equals("io.sloeber.autoBuild.Path.BuildToolProvider"),"Ignoring as make is not assumed on the path") ;
196199
String projectName = "make_" + inProjectName;
197200
if (projectName.length() > 40) {

0 commit comments

Comments
 (0)