Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
147:369e75d2abb5 | 148:b47d04257b43 |
---|---|
20 echo $fn | 20 echo $fn |
21 ba=$(basename "$fn" .pst) | 21 ba=$(basename "$fn" .pst) |
22 rm -rf output$n | 22 rm -rf output$n |
23 mkdir output$n | 23 mkdir output$n |
24 # ../src/readpst -cv -o output$n $fn >$ba.err 2>&1 | 24 # ../src/readpst -cv -o output$n $fn >$ba.err 2>&1 |
25 # readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 | |
25 $val ../src/readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 | 26 $val ../src/readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 |
26 # readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 | |
27 ../src/readpstlog -f I dumper >$ba.log | 27 ../src/readpstlog -f I dumper >$ba.log |
28 | |
28 #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'newPerson' -o $fn >$ba.ldif.err 2>&1 | 29 #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'newPerson' -o $fn >$ba.ldif.err 2>&1 |
29 #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'inetOrgPerson' $fn >$ba.ldif2.err 2>&1 | 30 #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'inetOrgPerson' $fn >$ba.ldif.err 2>&1 |
30 # ../src/readpstlog -f I dumper >$ba.log | 31 # ../src/readpstlog -f I dumper >$ba.ldif.log |
32 | |
33 #../src/getidblock -d -p $fn 0 >$ba.fulldump | |
34 #../src/readpstlog -f I getidblock.log >$ba.fulldump.log | |
35 | |
31 rm -f dumper | 36 rm -f dumper |
32 } | 37 } |
33 | 38 |
34 | 39 |
35 | 40 |
36 val="valgrind --leak-check=full" | 41 val="valgrind --leak-check=full" |
37 val='' | 42 #val='' |
38 | 43 |
39 pushd .. | 44 pushd .. |
40 make || exit | 45 make || exit |
41 popd | 46 popd |
42 | 47 |