Skip to content

Commit

Permalink
Enabled failure if there are build warnings (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez committed Nov 15, 2023
1 parent a75ad07 commit 27fd2d8
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 27fd2d8

Please sign in to comment.