summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-04 17:56:13 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-04 17:56:13 +0200
commitc23941a070ce2f0c39b6b720f6a693e6187d7c7e (patch)
tree50eee7594e759fc880c5e7d0b50398ba6aa29864
parent945b7cb605691889cef4d81e421816e55243c95b (diff)
downloadobnam-benchmark-c23941a070ce2f0c39b6b720f6a693e6187d7c7e.tar.gz
test: be quiet unless test.py fails
Sponsored-by: author
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
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