Mercurial > libpst
comparison regression/regression-tests.bash @ 99:b7f456946c5b
add configure option --enable-dii=no to remove dependency on libgd.
many fixes in pst2ldif by Robert Harris.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 28 Sep 2008 17:08:52 -0700 |
parents | 997cf1373f9e |
children | 1e4a7610d525 |
comparison
equal
deleted
inserted
replaced
98:e12db0edd80a | 99:b7f456946c5b |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 val="valgrind --leak-check=full" | 3 val="valgrind --leak-check=full" |
4 val='' | 4 #val='' |
5 | 5 |
6 pushd .. | 6 pushd .. |
7 make || exit | 7 make || exit |
8 popd | 8 popd |
9 | 9 |
26 ../src/readpstlog -f I dumper >big_mail.log | 26 ../src/readpstlog -f I dumper >big_mail.log |
27 exit | 27 exit |
28 fi | 28 fi |
29 | 29 |
30 $val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err 2>&1 | 30 $val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err 2>&1 |
31 exit | |
31 | 32 |
32 $val ../src/readpst -cv -o output1 -d dumper ams.pst >out1.err 2>&1 | 33 $val ../src/readpst -cv -o output1 -d dumper ams.pst >out1.err 2>&1 |
33 ../src/readpstlog -f I dumper >ams1.log | 34 ../src/readpstlog -f I dumper >ams1.log |
34 | 35 |
35 $val ../src/readpst -cl -r -o output2 ams.pst >out2.err 2>&1 | 36 $val ../src/readpst -cl -r -o output2 ams.pst >out2.err 2>&1 |