diff options
author | John Denker <jsd@av8n.com> | 2013-02-24 17:09:27 -0800 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2013-02-24 17:09:27 -0800 |
commit | 77e1cbc7a8dd5a9a79d67f7f9f54cfb361607240 (patch) | |
tree | b44e8d9c3f191c149e6759b35d3a547a2474d42b /tools/testall-skrewt | |
parent | fcf49eff655296c9f6c19bd262e343e69138ce67 (diff) |
add -note nnnn" feature
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 |