Mercurial > libpst
diff regression/regression-tests.bash @ 148:b47d04257b43
64 bit cleanup in debug messages
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 26 Feb 2009 12:42:37 -0800 |
parents | 2189a6b8134e |
children | 06aa84023b48 |
line wrap: on
line diff
--- a/regression/regression-tests.bash Tue Feb 24 15:38:33 2009 -0800 +++ b/regression/regression-tests.bash Thu Feb 26 12:42:37 2009 -0800 @@ -22,19 +22,24 @@ rm -rf output$n mkdir output$n # ../src/readpst -cv -o output$n $fn >$ba.err 2>&1 + # readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 $val ../src/readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 - # readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 ../src/readpstlog -f I dumper >$ba.log + #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'newPerson' -o $fn >$ba.ldif.err 2>&1 - #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'inetOrgPerson' $fn >$ba.ldif2.err 2>&1 - # ../src/readpstlog -f I dumper >$ba.log + #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'inetOrgPerson' $fn >$ba.ldif.err 2>&1 + # ../src/readpstlog -f I dumper >$ba.ldif.log + + #../src/getidblock -d -p $fn 0 >$ba.fulldump + #../src/readpstlog -f I getidblock.log >$ba.fulldump.log + rm -f dumper } val="valgrind --leak-check=full" -val='' +#val='' pushd .. make || exit