diff regression/regression-tests.bash @ 233:1d50ff3c5091

better rfc822 embedded message decoding
author Carl Byington <carl@five-ten-sg.com>
date Thu, 10 Sep 2009 22:49:24 -0700
parents fe64279df92b
children ed0cb66b23d4
line wrap: on
line diff
--- a/regression/regression-tests.bash	Thu Sep 10 15:29:13 2009 -0700
+++ b/regression/regression-tests.bash	Thu Sep 10 22:49:24 2009 -0700
@@ -52,7 +52,8 @@
     rm -rf output$n
     mkdir output$n
     #val ../src/readpst $jobs -r -D -cv -o output$n            $fn
-    $val ../src/readpst $jobs -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
+    #$val ../src/readpst $jobs -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
+    $val ../src/readpst $jobs -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
     #../src/getidblock -p $fn 0 >$ba.fulldump
 }