Mercurial > libpst
comparison regression/regression-tests.bash @ 46:b2a7f2e0926a
more fixes for 64 bit format
author | carl |
---|---|
date | Sat, 12 Jan 2008 15:20:53 -0800 |
parents | d4606d460daf |
children | f66078abed38 |
comparison
equal
deleted
inserted
replaced
45:b961bcdadd0e | 46:b2a7f2e0926a |
---|---|
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 $val ../src/readpst -o output6 test.pst >out6.err 2>&1 | 17 |
18 $val ../src/readpst -o output6 -d dumper test.pst >out6.err 2>&1 | |
19 ../src/readpstlog -f I dumper >dumpertest.log | |
20 | |
18 $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 |
19 ../src/readpstlog -f I dumper >sample_64.log | 22 ../src/readpstlog -f I dumper >sample_64.log |
20 | 23 |
21 $val ../src/lspst ams.pst >out8.err 2>&1 | 24 $val ../src/lspst ams.pst >out8.err 2>&1 |
22 ../src/readpstlog -f I lspst.debug >lspst.log | 25 ../src/readpstlog -f I lspst.debug >lspst.log |
23 | 26 |
24 # ../src/readpst -o output6 -d dumper /tmp/test.pst | 27 rm -f dumper lspst.debug |
25 # ../src/readpstlog -f I dumper >dumpertest.log | |
26 | 28 |
27 rm -f dumper |