comparison regression/regression-tests.bash @ 331:c5e7f13d2836

.msg files should use only one of short or long filename fields
author Carl Byington <carl@five-ten-sg.com>
date Thu, 25 Jul 2013 11:12:57 -0700
parents c507af52515a
children aedcf979f439
comparison
equal deleted inserted replaced
330:93a2d4b162e4 331:c5e7f13d2836
64 ## only email and include deleted items, have a deleted items folder with multiple item types 64 ## only email and include deleted items, have a deleted items folder with multiple item types
65 #$val ../src/readpst $jobs -te -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 65 #$val ../src/readpst $jobs -te -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
66 66
67 ## normal recursive dump 67 ## normal recursive dump
68 char='us-ascii' 68 char='us-ascii'
69 acc="-a '.xls,.doc'"
70 acc=''
69 #char='BIG-5' 71 #char='BIG-5'
70 echo $val ../src/readpst -a '.xls,.doc' -C $char -j 0 -r -cv -o output$n -d $ba.log $fn 72 echo $val ../src/readpst $acc -C $char -j 0 -r -cv -o output$n -d $ba.log $fn
71 $val ../src/readpst -a '.xls,.doc' -C $char -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 73 $val ../src/readpst $acc -C $char -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
72 74
73 ## separate mode with filename extensions and .msg files 75 ## separate mode with filename extensions and .msg files
74 #echo $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn 76 #echo $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn
75 # $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 77 # $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
76 78
133 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce 135 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce
134 #$func 27 kaiser.pst # appointments with other character sets 136 #$func 27 kaiser.pst # appointments with other character sets
135 #$func 28 pstsample.pst # character set issue 137 #$func 28 pstsample.pst # character set issue
136 #$func 29 pstsample2.pst # embedded image in rtf data 138 #$func 29 pstsample2.pst # embedded image in rtf data
137 #$func 30 pstsample3.pst # exports of rtf and html 139 #$func 30 pstsample3.pst # exports of rtf and html
140 $func 31 Journal_Archives_08_29_2010.pst
138 141
139 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' 142 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 '
140 143
141 if [ "$regression" == "yes" ]; then 144 if [ "$regression" == "yes" ]; then
142 ( 145 (