summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-17 17:28:56 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-17 17:28:56 +0200
commitce915009ff7982865f756ab068f3f5f4ae3aa05f (patch)
tree7044d3c79e3ec68c559b91cae17818724e13b7ef /check
parent99af9b00f3211273b0a0236180cde82cb83ad95a (diff)
downloadmy-sites-ce915009ff7982865f756ab068f3f5f4ae3aa05f.tar.gz
test: don't show scenario output if everything goes well
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 6fa29e0..8e83116 100755
--- a/check
+++ b/check
@@ -6,4 +6,4 @@ sp-docgen my-sites.md -o my-sites.html
sp-docgen my-sites.md -o my-sites.pdf
sp-codegen my-sites.md -o test.py
rm -f test.log
-python3 test.py --log test.log "$@"
+chronic python3 test.py --log test.log "$@"