Skip to content

Commit

Permalink
runner: restore show-anon false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
just-max committed Oct 9, 2023
1 parent c8ed85d commit dba135b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-runner/task.ml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ let collecting ts = accumulating (fun xs x -> x :: xs) ts
the result is a {!tasks} rather than a list *)
let collecting' ts = cons (pure []) (snoc (of_list (collecting ts)) (task1 List.rev))

let pp_summary ~failure ?(show_anon = true) () : summary Fmt.t =
let pp_summary ~failure ?(show_anon = false) () : summary Fmt.t =
let open Fmt in
let[@tail_mod_cons] rec tag_failures failure = function
| [] -> []
Expand Down

0 comments on commit dba135b

Please sign in to comment.