Mercurial > libpst
comparison regression/regression-tests.bash @ 270:6c73cd336d5d
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 17 Apr 2011 19:27:26 -0700 |
parents | 191c1a7e769e |
children | 345dab73b5c8 |
comparison
equal
deleted
inserted
replaced
269:5ca87faa020b | 270:6c73cd336d5d |
---|---|
63 else | 63 else |
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 $val ../src/readpst -j 0 -S -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 68 $val ../src/readpst -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
69 | 69 |
70 ## separate mode with filename extensions | 70 ## separate mode with filename extensions |
71 #$val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 71 #$val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
72 | 72 |
73 ## separate mode where we decode all attachments to binary files | 73 ## separate mode where we decode all attachments to binary files |
112 ##$func 9 ol97high.pst | 112 ##$func 9 ol97high.pst |
113 #$func 10 returned_message.pst | 113 #$func 10 returned_message.pst |
114 ##$func 11 flow.pst | 114 ##$func 11 flow.pst |
115 #$func 12 test-html.pst | 115 #$func 12 test-html.pst |
116 #$func 13 test-text.pst | 116 #$func 13 test-text.pst |
117 $func 14 joe.romanowski.pst | 117 #$func 14 joe.romanowski.pst |
118 #$func 15 hourig1.pst | 118 #$func 15 hourig1.pst |
119 #$func 16 test-mac.pst | 119 #$func 16 test-mac.pst |
120 ##$func 17 harris.pst | 120 ##$func 17 harris.pst |
121 ##$func 18 spam.pst | 121 ##$func 18 spam.pst |
122 #$func 19 rendgen.pst # single email appointment | 122 #$func 19 rendgen.pst # single email appointment |
125 #$func 22 rendgen4.pst # appointment test cases | 125 #$func 22 rendgen4.pst # appointment test cases |
126 #$func 23 rendgen5.pst # appointment test cases | 126 #$func 23 rendgen5.pst # appointment test cases |
127 #$func 24 paul.sheer.pst # embedded rfc822 attachment | 127 #$func 24 paul.sheer.pst # embedded rfc822 attachment |
128 #$func 25 jerry.pst # non ascii subject lines | 128 #$func 25 jerry.pst # non ascii subject lines |
129 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce | 129 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce |
130 #$func 27 justin.phelps.pst # segfault? | 130 $func 27 justin.phelps.pst # segfault in attachment processing. |
131 | 131 |
132 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' | 132 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' |
133 | 133 |
134 if [ "$regression" == "yes" ]; then | 134 if [ "$regression" == "yes" ]; then |
135 ( | 135 ( |