comparison regression/regression-tests.bash @ 252:4573b536177f

fix for broken internet headers from Outlook
author Carl Byington <carl@five-ten-sg.com>
date Sat, 24 Jul 2010 12:07:56 -0700
parents 0893fdbb3c03
children c947b8812120
comparison
equal deleted inserted replaced
251:00aaa548289b 252:4573b536177f
60 mkdir output$n 60 mkdir output$n
61 if [ "$regression" == "yes" ]; then 61 if [ "$regression" == "yes" ]; then
62 $val ../src/readpst $jobs -te -r -cv -o output$n $fn >$ba.err 2>&1 62 $val ../src/readpst $jobs -te -r -cv -o output$n $fn >$ba.err 2>&1
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 $jobs -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 68 #$val ../src/readpst $jobs -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
74 #$val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 74 #$val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
75 75
76 ## testing idblock 76 ## testing idblock
99 99
100 regression="" 100 regression=""
101 [ "$2" == "reg" ] && regression="yes" 101 [ "$2" == "reg" ] && regression="yes"
102 [ "$regression" == "yes" ] && val="" 102 [ "$regression" == "yes" ] && val=""
103 103
104 $func 24 paul.sheer.pst # embedded rfc822 attachment
105 exit
106 $func 1 ams.pst 104 $func 1 ams.pst
107 $func 2 sample_64.pst 105 $func 2 sample_64.pst
108 $func 3 test.pst 106 $func 3 test.pst
109 $func 4 big_mail.pst 107 $func 4 big_mail.pst
110 $func 5 mbmg.archive.pst 108 $func 5 mbmg.archive.pst