comparison regression/regression-tests.bash @ 60:97b7706bdda2

Work around bogus 7c.b5 blocks in some messages that have been read. They appear to have attachments, but of some unknown format. Before the message was read, it did not have any attachments. Use autoscan to cleanup our autoconf system. Use autoconf to detect when we need to use our XGetopt files and other header files. More fields, including BCC. Fix missing LE32_CPU byte swapping for FILETIME types.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 16 Feb 2008 12:26:35 -0800
parents 034641c26ab9
children cfd6175f9334
comparison
equal deleted inserted replaced
59:7d5c637aaafb 60:97b7706bdda2
1 #!/bin/bash 1 #!/bin/bash
2 2
3 val="valgrind --leak-check=full" 3 val="valgrind --leak-check=full"
4 4
5 for i in {1..8}; do 5 for i in {1..10}; do
6 rm -rf output$i 6 rm -rf output$i
7 mkdir output$i 7 mkdir output$i
8 done 8 done
9 9
10 10
24 ../src/readpstlog -f I dumper >sample_64.log 24 ../src/readpstlog -f I dumper >sample_64.log
25 25
26 $val ../src/readpst -cv -o output8 -d dumper big_mail.pst >out8.err 2>&1 26 $val ../src/readpst -cv -o output8 -d dumper big_mail.pst >out8.err 2>&1
27 ../src/readpstlog -f I dumper >big_mail.log 27 ../src/readpstlog -f I dumper >big_mail.log
28 28
29 $val ../src/lspst -d dumper ams.pst >out9.err 2>&1 29 $val ../src/readpst -cv -o output9 -d dumper Single2003-read.pst >out9.err 2>&1
30 ../src/readpstlog -f I dumper >Single2003-read.log
31
32 $val ../src/readpst -cv -o output10 -d dumper Single2003-unread.pst >out10.err 2>&1
33 ../src/readpstlog -f I dumper >Single2003-unread.log
34
35 $val ../src/lspst -d dumper ams.pst >out11.err 2>&1
30 ../src/readpstlog -f I dumper >ams.log 36 ../src/readpstlog -f I dumper >ams.log
31 37
32 rm -f dumper 38 rm -f dumper
33 39