view regression/regression-tests.bash @ 36:6fe121a971c9 stable-0-5-7

valgrind fixes
author carl
date Thu, 09 Aug 2007 15:46:34 -0700
parents b2f247463b83
children 183ae993b9ad
line wrap: on
line source

#!/bin/bash

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

#   ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err
#   ../src/readpst -cv    -o output1 ams.pst
#   ../src/readpst -cl -r -o output2 ams.pst
#   ../src/readpst -S     -o output3 ams.pst
#   ../src/readpst -M     -o output4 ams.pst
#   ../src/readpst        -o output5 mbmg.archive.pst

    ../src/readpst        -o output1 -d dumper ams.pst
    ../src/readpstlog -f I dumper >dumperams.log

#   touch /tmp/pam.pst
#   ../src/readpst        -o output6 -d dumper /tmp/pam.pst
#   ../src/readpstlog -f I dumper >dumperpam.log

    rm -f dumper