summaryrefslogtreecommitdiff
path: root/tools/testall
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testall')
-rwxr-xr-xtools/testall4
1 files changed, 3 insertions, 1 deletions
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