From 77e1cbc7a8dd5a9a79d67f7f9f54cfb361607240 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sun, 24 Feb 2013 17:09:27 -0800 Subject: add -note nnnn" feature --- tools/testall-skrewt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/testall-skrewt') diff --git a/tools/testall-skrewt b/tools/testall-skrewt index 52e62cb..2b45477 100755 --- a/tools/testall-skrewt +++ b/tools/testall-skrewt @@ -4,6 +4,6 @@ i=0 for file in /home/jsd/Maildir/cur/* ; do ((ii++)) echo "**** $ii $file" - <$file ./skrewt -err >/tmp/testall.eml && diff $file /tmp/testall.eml || exit 1 + <$file ./skrewt -strict -note $(basename $file) >/tmp/testall.eml && diff $file /tmp/testall.eml || exit 1 done echo OK -- cgit v1.2.3