From ce915009ff7982865f756ab068f3f5f4ae3aa05f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 17 Jan 2021 17:28:56 +0200 Subject: test: don't show scenario output if everything goes well --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check') 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 "$@" -- cgit v1.2.1