Skip to content

Commit

Permalink
Only 1 code for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Oct 2, 2023
1 parent c1064ab commit 2472b8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/gentest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ end = struct
pp_output tst
in
let accepted_ae_exit_code =
if tst.params.ae_should_succeed then
"0"
else "(or 1 123 124 125 142)"
if tst.params.ae_should_succeed
then "0"
else "1"
in
Format.fprintf fmt "\
@[<v 1>\
Expand Down

0 comments on commit 2472b8a

Please sign in to comment.