Mercurial > libpst
comparison regression/regression-tests.bash @ 289:cc8ee701f190
pst_block_offset elements are unsigned; consistent usage of pst_malloc and pst_realloc
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 27 May 2011 11:36:49 -0700 |
parents | fa7fc1ac6385 |
children | 8b3a827b71f4 |
comparison
equal
deleted
inserted
replaced
288:fa7fc1ac6385 | 289:cc8ee701f190 |
---|---|
63 else | 63 else |
64 ## only email and include deleted items, have a deleted items folder with multiple item types | 64 ## only email and include deleted items, have a deleted items folder with multiple item types |
65 #$val ../src/readpst $jobs -te -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 65 #$val ../src/readpst $jobs -te -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
66 | 66 |
67 ## normal recursive dump | 67 ## normal recursive dump |
68 $val ../src/readpst -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 68 #$val ../src/readpst -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
69 | 69 |
70 ## separate mode with filename extensions | 70 ## separate mode with filename extensions |
71 #$val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 71 #$val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
72 | 72 |
73 ## separate mode where we decode all attachments to binary files | 73 ## separate mode where we decode all attachments to binary files |
74 #$val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 74 $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
75 | 75 |
76 ## testing idblock | 76 ## testing idblock |
77 #../src/getidblock -p $fn 0 >$ba.fulldump | 77 #../src/getidblock -p $fn 0 >$ba.fulldump |
78 fi | 78 fi |
79 fi | 79 fi |