comparison regression/regression-tests.bash @ 48:f66078abed38

more fixes for 64 bit format
author carl
date Fri, 18 Jan 2008 15:07:12 -0800
parents b2a7f2e0926a
children 17654fbdf76b
comparison
equal deleted inserted replaced
47:5fb8d997feed 48:f66078abed38
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..7}; do 5 for i in {1..8}; 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 10
11 $val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err 2>&1 11 #$val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err 2>&1
12 $val ../src/readpst -cv -o output1 ams.pst >out1.err 2>&1 12 #$val ../src/readpst -cv -o output1 ams.pst >out1.err 2>&1
13 $val ../src/readpst -cl -r -o output2 ams.pst >out2.err 2>&1 13 #$val ../src/readpst -cl -r -o output2 ams.pst >out2.err 2>&1
14 $val ../src/readpst -S -o output3 ams.pst >out3.err 2>&1 14 #$val ../src/readpst -S -o output3 ams.pst >out3.err 2>&1
15 $val ../src/readpst -M -o output4 ams.pst >out4.err 2>&1 15 #$val ../src/readpst -M -o output4 ams.pst >out4.err 2>&1
16 $val ../src/readpst -o output5 mbmg.archive.pst >out5.err 2>&1 16 #$val ../src/readpst -o output5 mbmg.archive.pst >out5.err 2>&1
17 17
18 $val ../src/readpst -o output6 -d dumper test.pst >out6.err 2>&1 18 #$val ../src/readpst -o output6 -d dumper test.pst >out6.err 2>&1
19 ../src/readpstlog -f I dumper >dumpertest.log 19 # ../src/readpstlog -f I dumper >dumpertest.log
20 20
21 $val ../src/readpst -cv -o output7 -d dumper sample_64.pst >out7.err 2>&1 21 #$val ../src/readpst -cv -o output7 -d dumper sample_64.pst >out7.err 2>&1
22 ../src/readpstlog -f I dumper >sample_64.log 22 # ../src/readpstlog -f I dumper >sample_64.log
23 # hexdump -C dumper >dumper.hex
23 24
24 $val ../src/lspst ams.pst >out8.err 2>&1 25 $val ../src/readpst -cv -o output8 -d dumper big_mail.pst >out8.err 2>&1
25 ../src/readpstlog -f I lspst.debug >lspst.log 26 ../src/readpstlog -f I dumper >big_mail.log
26 27
27 rm -f dumper lspst.debug 28 #$val ../src/lspst ams.pst >out8.err 2>&1
29 # ../src/readpstlog -f I lspst.debug >lspst.log
28 30
31 #rm -f dumper lspst.debug
32