Mercurial > libpst
comparison regression/regression-tests.bash @ 260:156cf548c764
adding more debug code
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 17 Apr 2011 14:07:25 -0700 |
parents | 78e95fab9a8b |
children | 52c3d02e9df8 |
comparison
equal
deleted
inserted
replaced
259:78e95fab9a8b | 260:156cf548c764 |
---|---|
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 10 -Sb -o output$n $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 #$val ../src/readpst $jobs -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | |
70 | 69 |
71 ## separate mode with filename extensions | 70 ## separate mode with filename extensions |
72 #$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 |
73 | 72 |
74 ## separate mode where we decode all attachments to binary files | 73 ## separate mode where we decode all attachments to binary files |
125 #$func 21 rendgen3.pst # mime signed email | 124 #$func 21 rendgen3.pst # mime signed email |
126 #$func 22 rendgen4.pst # appointment test cases | 125 #$func 22 rendgen4.pst # appointment test cases |
127 #$func 23 rendgen5.pst # appointment test cases | 126 #$func 23 rendgen5.pst # appointment test cases |
128 #$func 24 paul.sheer.pst # embedded rfc822 attachment | 127 #$func 24 paul.sheer.pst # embedded rfc822 attachment |
129 #$func 25 jerry.pst # non ascii subject lines | 128 #$func 25 jerry.pst # non ascii subject lines |
130 $func 26 phill.bertolus.pst # | 129 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce |
130 $func 27 justin.phelps.pst # segfault? | |
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 ( |