Mercurial > libpst
comparison regression/regression-tests.bash @ 202:2f38c4ce606f
remove readpstlog, switch to plain ascii debug log files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 18 May 2009 15:55:05 -0700 |
parents | 3850a3b11745 |
children | 9fb600ef4e03 |
comparison
equal
deleted
inserted
replaced
201:3850a3b11745 | 202:2f38c4ce606f |
---|---|
47 { | 47 { |
48 n="$1" | 48 n="$1" |
49 fn="$2" | 49 fn="$2" |
50 echo $fn | 50 echo $fn |
51 ba=$(basename "$fn" .pst) | 51 ba=$(basename "$fn" .pst) |
52 jobs="" | |
53 [ -n "$val" ] && jobs="-j 0" | |
52 rm -rf output$n | 54 rm -rf output$n |
53 mkdir output$n | 55 mkdir output$n |
54 # ../src/readpst -cv -o output$n $fn >$ba.err 2>&1 | 56 #val ../src/readpst $jobs -r -D -cv -o output$n $fn |
55 # readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 | 57 $val ../src/readpst $jobs -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
56 $val ../src/readpst -r -D -cv -o output$n $fn | 58 #../src/getidblock -p $fn 0 >$ba.fulldump |
57 # $val ../src/readpst -r -D -cv -o output$n -d dumper $fn >$ba.err 2>&1 | |
58 # ../src/readpstlog -f I dumper >$ba.log | |
59 | |
60 #../src/getidblock -d -p $fn 0 >$ba.fulldump | |
61 #../src/readpstlog -f I getidblock.log >$ba.fulldump.log | |
62 | |
63 #rm -f dumper | 59 #rm -f dumper |
64 } | 60 } |
65 | 61 |
66 | 62 |
67 | 63 |
93 doldif 11 flow.pst | 89 doldif 11 flow.pst |
94 doldif 12 test-html.pst | 90 doldif 12 test-html.pst |
95 doldif 13 test-text.pst | 91 doldif 13 test-text.pst |
96 doldif 14 joe.romanowski.pst | 92 doldif 14 joe.romanowski.pst |
97 doldif 15 hourig1.pst | 93 doldif 15 hourig1.pst |
98 #doldif 16 hourig2.pst | 94 doldif 16 hourig2.pst |
99 #doldif 17 hourig3.pst | 95 doldif 17 hourig3.pst |
100 doldif 18 test-mac.pst | 96 doldif 18 test-mac.pst |
101 #doldif 19 harris.pst | 97 doldif 19 harris.pst |
102 doldif 20 spam.pst | 98 doldif 20 spam.pst |
103 dolif 21 rendgen.pst | 99 doldif 21 rendgen.pst |
104 else | 100 else |
105 #dopst 1 ams.pst | 101 dopst 1 ams.pst |
106 #dopst 2 sample_64.pst | 102 dopst 2 sample_64.pst |
107 #dopst 3 test.pst | 103 dopst 3 test.pst |
108 #dopst 4 big_mail.pst | 104 dopst 4 big_mail.pst |
109 #dopst 5 mbmg.archive.pst | 105 dopst 5 mbmg.archive.pst |
110 #dopst 6 Single2003-read.pst | 106 dopst 6 Single2003-read.pst |
111 #dopst 7 Single2003-unread.pst | 107 dopst 7 Single2003-unread.pst |
112 #dopst 8 ol2k3high.pst | 108 dopst 8 ol2k3high.pst |
113 #dopst 9 ol97high.pst | 109 dopst 9 ol97high.pst |
114 #dopst 10 returned_message.pst | 110 dopst 10 returned_message.pst |
115 #dopst 11 flow.pst | 111 dopst 11 flow.pst |
116 #dopst 12 test-html.pst | 112 dopst 12 test-html.pst |
117 #dopst 13 test-text.pst | 113 dopst 13 test-text.pst |
118 #dopst 14 joe.romanowski.pst | 114 dopst 14 joe.romanowski.pst |
119 #dopst 15 hourig1.pst | 115 dopst 15 hourig1.pst |
120 dopst 16 hourig2.pst | 116 #dopst 16 hourig2.pst |
121 #dopst 17 hourig3.pst | 117 #dopst 17 hourig3.pst |
122 #dopst 18 test-mac.pst | 118 dopst 18 test-mac.pst |
123 #dopst 19 harris.pst | 119 dopst 19 harris.pst |
124 #dopst 20 spam.pst | 120 dopst 20 spam.pst |
125 #dopst 21 rendgen.pst # single email appointment | 121 dopst 21 rendgen.pst # single email appointment |
126 #dopst 22 rendgen2.pst # email appointment with no termination date | 122 dopst 22 rendgen2.pst # email appointment with no termination date |
127 #dopst 23 rendgen3.pst # mime signed email | 123 dopst 23 rendgen3.pst # mime signed email |
128 #dopst 24 rendgen4.pst # appointment test cases | 124 dopst 24 rendgen4.pst # appointment test cases |
129 #dopst 25 rendgen5.pst # appointment test cases | 125 dopst 25 rendgen5.pst # appointment test cases |
130 fi | 126 fi |
131 | 127 |
132 grep 'lost:' *err | grep -v 'lost: 0 ' | 128 grep 'lost:' *err | grep -v 'lost: 0 ' |