Skip to content

Commit

Permalink
Exit instead of help to get 0 exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 31, 2023
1 parent 63b7f91 commit c6360a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void testLRGV() {

@Test
public void testRadar() {
requires(new NativeCommand("matlab", new String[] { "-h" }));
requires(new NativeCommand("matlab", new String[] { "-r", "exit" }));
test("Radar", false);
}

Expand Down

0 comments on commit c6360a8

Please sign in to comment.