From c23941a070ce2f0c39b6b720f6a693e6187d7c7e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 4 Jan 2022 17:56:13 +0200 Subject: test: be quiet unless test.py fails Sponsored-by: author --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check b/check index c928b06..cc8ef6c 100755 --- a/check +++ b/check @@ -8,6 +8,6 @@ chronic cargo test -q subplot docgen obnam-benchmark.md -o obnam-benchmark.html subplot docgen obnam-benchmark.md -o obnam-benchmark.pdf subplot codegen obnam-benchmark.md -o test.py -python3 test.py --log test.log "$@" +chronic python3 test.py --log test.log "$@" cargo fmt -- --check echo A-OK -- cgit v1.2.1