Suppress --fmt --check diff if --quiet is passed (#1457)

This commit is contained in:
Casey Rodarmor
2022-12-20 20:57:58 -08:00
committed by GitHub
parent fbe1c4c7a3
commit 9887582497
2 changed files with 22 additions and 12 deletions

View File

@@ -53,6 +53,14 @@ test! {
status: EXIT_FAILURE,
}
test! {
name: check_found_diff_quiet,
justfile: "x:=``\n",
args: ("--unstable", "--fmt", "--check", "--quiet"),
stderr: "",
status: EXIT_FAILURE,
}
test! {
name: check_diff_color,
justfile: "x:=``\n",