mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Clerk: replace colordiff with diff --color
This should be available mostly everywhere now (first appeared in e.g. Ubuntu 18) and avoids the need for an additional run-time dependency.
This commit is contained in:
parent
f35825a9c1
commit
ab365b25b3
@ -338,7 +338,7 @@ let pipe_diff_cmd =
|
||||
Var.tested_file;
|
||||
Lit "/dev/stdin";
|
||||
]
|
||||
else Seq [Lit "| colordiff -u -b"; Var.tested_file; Lit "-"]
|
||||
else Seq [Lit "| diff -u -b --color"; Var.tested_file; Lit "-"]
|
||||
|
||||
let inline_test_rule catala_exe catala_opts =
|
||||
let open Nj.Expr in
|
||||
|
@ -19,6 +19,7 @@ depends: [
|
||||
"catala" {= version}
|
||||
"ninja_utils" {= version}
|
||||
"odoc" {with-doc}
|
||||
"conf-diffutils" {cataladevmode}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
@ -38,8 +39,4 @@ dev-repo: "git+https://github.com/CatalaLang/catala.git"
|
||||
depexts: [
|
||||
["ninja-build"] {os-family = "debian"}
|
||||
["samurai"] {os-distribution = "alpine"}
|
||||
["colordiff"] {cataladevmode &
|
||||
(os-distribution = "alpine" |
|
||||
os-family = "arch" |
|
||||
os-family = "debian")}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user