view 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
line wrap: on
line source

#!/bin/bash

val="valgrind --leak-check=full"

for i in {1..10}; do
    rm -rf output$i
    mkdir output$i
done


$val  ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err  2>&1
$val  ../src/readpst -cv    -o output1 ams.pst                       >out1.err 2>&1
$val  ../src/readpst -cl -r -o output2 ams.pst                       >out2.err 2>&1
$val  ../src/readpst -S     -o output3 ams.pst                       >out3.err 2>&1
$val  ../src/readpst -M     -o output4 ams.pst                       >out4.err 2>&1

$val  ../src/readpst        -o output5 -d dumper mbmg.archive.pst    >out5.err 2>&1
      ../src/readpstlog -f I dumper >mbmg.archive.log

$val  ../src/readpst        -o output6 -d dumper test.pst            >out6.err 2>&1
      ../src/readpstlog -f I dumper >dumpertest.log

$val  ../src/readpst -cv    -o output7 -d dumper sample_64.pst       >out7.err 2>&1
      ../src/readpstlog -f I dumper >sample_64.log

$val  ../src/readpst -cv    -o output8 -d dumper big_mail.pst        >out8.err 2>&1
      ../src/readpstlog -f I dumper >big_mail.log

$val  ../src/readpst -cv    -o output9 -d dumper Single2003-read.pst >out9.err 2>&1
      ../src/readpstlog -f I dumper >Single2003-read.log

$val  ../src/readpst -cv    -o output10 -d dumper Single2003-unread.pst >out10.err 2>&1
      ../src/readpstlog -f I dumper >Single2003-unread.log

$val  ../src/lspst -d dumper ams.pst                                 >out11.err 2>&1
      ../src/readpstlog -f I dumper >ams.log

rm -f dumper