Mercurial > libpst
comparison regression/regression-tests.bash @ 154:581fab9f1dc7
avoid emitting bogus empty email messages into contacts and calendar files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 14 Mar 2009 15:13:27 -0700 |
parents | 0b1766da9be8 |
children | 03fbb0269f3c |
comparison
equal
deleted
inserted
replaced
153:0b1766da9be8 | 154:581fab9f1dc7 |
---|---|
36 ba=$(basename "$fn" .pst) | 36 ba=$(basename "$fn" .pst) |
37 rm -rf output$n | 37 rm -rf output$n |
38 mkdir output$n | 38 mkdir output$n |
39 # ../src/readpst -cv -o output$n $fn >$ba.err 2>&1 | 39 # ../src/readpst -cv -o output$n $fn >$ba.err 2>&1 |
40 # readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 | 40 # readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 |
41 $val ../src/readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 | 41 $val ../src/readpst -r -cv -o output$n -d dumper $fn >$ba.err 2>&1 |
42 ../src/readpstlog -f I dumper >$ba.log | 42 ../src/readpstlog -f I dumper >$ba.log |
43 | 43 |
44 #../src/getidblock -d -p $fn 0 >$ba.fulldump | 44 #../src/getidblock -d -p $fn 0 >$ba.fulldump |
45 #../src/readpstlog -f I getidblock.log >$ba.fulldump.log | 45 #../src/readpstlog -f I getidblock.log >$ba.fulldump.log |
46 | 46 |
48 } | 48 } |
49 | 49 |
50 | 50 |
51 | 51 |
52 val="valgrind --leak-check=full" | 52 val="valgrind --leak-check=full" |
53 #val='' | 53 val='' |
54 | 54 |
55 pushd .. | 55 pushd .. |
56 make || exit | 56 make || exit |
57 popd | 57 popd |
58 | 58 |
81 ##doldif 17 hourig3.pst | 81 ##doldif 17 hourig3.pst |
82 #doldif 18 test-mac.pst | 82 #doldif 18 test-mac.pst |
83 #doldif 19 harris.pst | 83 #doldif 19 harris.pst |
84 else | 84 else |
85 dopst 1 ams.pst | 85 dopst 1 ams.pst |
86 exit | |
86 dopst 2 sample_64.pst | 87 dopst 2 sample_64.pst |
87 dopst 3 test.pst | 88 dopst 3 test.pst |
88 dopst 4 big_mail.pst | 89 dopst 4 big_mail.pst |
89 dopst 5 mbmg.archive.pst | 90 dopst 5 mbmg.archive.pst |
90 dopst 6 Single2003-read.pst | 91 dopst 6 Single2003-read.pst |