mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
nobanner
This commit is contained in:
parent
7ebfb2e66a
commit
ed25bb2213
@ -338,7 +338,7 @@ let pipe_diff_cmd =
|
||||
Var.tested_file;
|
||||
Lit "/dev/stdin";
|
||||
]
|
||||
else Seq [Lit "| colordiff --nobanner -u -b"; Var.tested_file; Lit "-"]
|
||||
else Seq [Lit "| colordiff -u -b"; Var.tested_file; Lit "-"]
|
||||
|
||||
let inline_test_rule catala_exe catala_opts =
|
||||
let open Nj.Expr in
|
||||
|
Loading…
Reference in New Issue
Block a user