comparison regression/regression-tests.bash @ 319:6fc49b69b1dc stable-0-6-56

remove unnecessary dependencies
author Carl Byington <carl@five-ten-sg.com>
date Thu, 27 Dec 2012 11:51:55 -0800
parents c4537664ff50
children 2474d01043cd
comparison
equal deleted inserted replaced
318:b08fd8813ffe 319:6fc49b69b1dc
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 char='us-ascii' 68 #char='us-ascii'
69 char='BIG-5' 69 #char='BIG-5'
70 echo $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn 70 #echo $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn
71 $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 71 # $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
72 72
73 ## separate mode with filename extensions 73 ## separate mode with filename extensions and .msg files
74 #echo $val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn 74 echo $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn
75 # $val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 75 $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
76 76
77 ## separate mode where we decode all attachments to binary files 77 ## separate mode where we decode all attachments to binary files
78 #echo $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn 78 #echo $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn
79 # $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 79 # $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
80 80