Mercurial > libpst
comparison regression/regression-tests.bash @ 43:f6db1f060a95
start on outlook 2003 64 bit format
author | carl |
---|---|
date | Sun, 06 Jan 2008 14:47:06 -0800 |
parents | 183ae993b9ad |
children | d4606d460daf |
comparison
equal
deleted
inserted
replaced
42:7a97f50c39c5 | 43:f6db1f060a95 |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 val="valgrind --leak-check=full" | 3 val="valgrind --leak-check=full" |
4 | 4 |
5 for i in {1..6}; do | 5 for i in {1..7}; do |
6 rm -rf output$i | 6 rm -rf output$i |
7 mkdir output$i | 7 mkdir output$i |
8 done | 8 done |
9 | 9 |
10 $val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err 2>&1 | 10 $val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err 2>&1 |
13 $val ../src/readpst -S -o output3 ams.pst >out3.err 2>&1 | 13 $val ../src/readpst -S -o output3 ams.pst >out3.err 2>&1 |
14 $val ../src/readpst -M -o output4 ams.pst >out4.err 2>&1 | 14 $val ../src/readpst -M -o output4 ams.pst >out4.err 2>&1 |
15 $val ../src/readpst -o output5 mbmg.archive.pst >out5.err 2>&1 | 15 $val ../src/readpst -o output5 mbmg.archive.pst >out5.err 2>&1 |
16 $val ../src/readpst -o output6 test.pst >out6.err 2>&1 | 16 $val ../src/readpst -o output6 test.pst >out6.err 2>&1 |
17 | 17 |
18 # ../src/readpst -o output1 -d dumper ams.pst | 18 $val ../src/readpst -o output7 -d dumper ams.pst >out7.err 2>&1 |
19 # ../src/readpstlog -f I dumper >dumperams.log | 19 ../src/readpstlog -f I dumper >dumperams.log |
20 # | 20 |
21 $val ../src/lspst ams.pst >out8.err 2>&1 | |
22 ../src/readpstlog -f I lspst.debug >lspst.log | |
23 | |
21 # ../src/readpst -o output6 -d dumper /tmp/test.pst | 24 # ../src/readpst -o output6 -d dumper /tmp/test.pst |
22 # ../src/readpstlog -f I dumper >dumpertest.log | 25 # ../src/readpstlog -f I dumper >dumpertest.log |
23 | 26 |
24 rm -f dumper | 27 rm -f dumper |