From c70305e88b3d9cf01293e064b281f49a9bb96a46 Mon Sep 17 00:00:00 2001 From: John Denker Date: Fri, 23 Nov 2012 02:38:43 -0800 Subject: deal with more capitalization follies; now passes 'testall' (more than 4000 msgs, all OK) --- tools/testall | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/testall') diff --git a/tools/testall b/tools/testall index e97d853..27b912b 100755 --- a/tools/testall +++ b/tools/testall @@ -1,7 +1,9 @@ #! /bin/bash +i=0 for file in /home/jsd/Maildir/cur/* ; do - echo "**** $file" + ((ii++)) + echo "**** $ii $file" <$file ./ward -err >/tmp/testall.eml && diff $file /tmp/testall.eml || exit 1 done echo OK -- cgit v1.2.3