diff options
Diffstat (limited to 'tools/testall-skrewt')
-rwxr-xr-x | tools/testall-skrewt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |