comparison regression/regression-tests.bash @ 259:78e95fab9a8b

add some debug checking for process exit status
author Carl Byington <carl@five-ten-sg.com>
date Sat, 16 Apr 2011 10:31:32 -0700
parents 8ad8fd1c5451
children 156cf548c764
comparison
equal deleted inserted replaced
258:8ad8fd1c5451 259:78e95fab9a8b
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 $jobs -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 68 $val ../src/readpst -j 10 -Sb -o output$n $fn >$ba.err 2>&1
69 #$val ../src/readpst $jobs -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
69 70
70 ## separate mode with filename extensions 71 ## 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 72 #$val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
72 73
73 ## separate mode where we decode all attachments to binary files 74 ## separate mode where we decode all attachments to binary files