Skip to content

Commit

Permalink
Refs #19676: enabled failure if there are build warnings
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez committed Oct 6, 2023
1 parent 0dec761 commit 8ae10d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/java/com/eprosima/integration/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public boolean configure(List<String> cMakeArguments)

public boolean compile()
{
return Command.execute("make", outputPath + "/build", errorOutputOnly, false);
return Command.execute("make", outputPath + "/build", errorOutputOnly, true);
}

public boolean run()
Expand Down

0 comments on commit 8ae10d0

Please sign in to comment.