Mercurial > libpst
comparison regression/regression-tests.bash @ 328:c507af52515a
add readpst -a option
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 12 Jun 2013 19:45:44 -0700 |
parents | cb67b335afcc |
children | c5e7f13d2836 |
comparison
equal
deleted
inserted
replaced
327:e1b9f9aa5074 | 328:c507af52515a |
---|---|
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 #char='BIG-5' | 69 #char='BIG-5' |
70 echo $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn | 70 echo $val ../src/readpst -a '.xls,.doc' -C $char -j 0 -r -cv -o output$n -d $ba.log $fn |
71 $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 71 $val ../src/readpst -a '.xls,.doc' -C $char -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
72 | 72 |
73 ## separate mode with filename extensions and .msg files | 73 ## 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 | 74 #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 | 75 # $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
76 | 76 |
126 #$func 19 rendgen.pst # single email appointment | 126 #$func 19 rendgen.pst # single email appointment |
127 #$func 20 rendgen2.pst # email appointment with no termination date | 127 #$func 20 rendgen2.pst # email appointment with no termination date |
128 #$func 21 rendgen3.pst # mime signed email | 128 #$func 21 rendgen3.pst # mime signed email |
129 #$func 22 rendgen4.pst # appointment test cases | 129 #$func 22 rendgen4.pst # appointment test cases |
130 #$func 23 rendgen5.pst # appointment test cases | 130 #$func 23 rendgen5.pst # appointment test cases |
131 $func 24 paul.sheer.pst # embedded rfc822 attachment | 131 #$func 24 paul.sheer.pst # embedded rfc822 attachment |
132 $func 25 jerry.pst # non ascii subject lines | 132 #$func 25 jerry.pst # non ascii subject lines |
133 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce | 133 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce |
134 $func 27 kaiser.pst # appointments with other character sets | 134 #$func 27 kaiser.pst # appointments with other character sets |
135 $func 28 pstsample.pst # character set issue | 135 #$func 28 pstsample.pst # character set issue |
136 #$func 29 pstsample2.pst # embedded image in rtf data | 136 #$func 29 pstsample2.pst # embedded image in rtf data |
137 $func 30 pstsample3.pst # exports of rtf and html | 137 #$func 30 pstsample3.pst # exports of rtf and html |
138 | 138 |
139 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' | 139 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' |
140 | 140 |
141 if [ "$regression" == "yes" ]; then | 141 if [ "$regression" == "yes" ]; then |
142 ( | 142 ( |