Mercurial > libpst
view regression/regression-tests.bash @ 37:ddfb25318812 stable-0-5-8
more valgrind fixes
author | carl |
---|---|
date | Fri, 10 Aug 2007 08:06:13 -0700 |
parents | 6fe121a971c9 |
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