diff options
Diffstat (limited to 'tools/testall')
-rwxr-xr-x | tools/testall | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testall b/tools/testall new file mode 100755 index 0000000..e97d853 --- /dev/null +++ b/tools/testall @@ -0,0 +1,7 @@ +#! /bin/bash + +for file in /home/jsd/Maildir/cur/* ; do + echo "**** $file" + <$file ./ward -err >/tmp/testall.eml && diff $file /tmp/testall.eml || exit 1 +done +echo OK |