Mercurial > libpst
diff regression/regression-tests.bash @ 231:fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 10 Sep 2009 15:21:23 -0700 |
parents | 42b38d65f7e4 |
children | 1d50ff3c5091 |
line wrap: on
line diff
--- a/regression/regression-tests.bash Thu Sep 10 13:01:08 2009 -0700 +++ b/regression/regression-tests.bash Thu Sep 10 15:21:23 2009 -0700 @@ -47,7 +47,7 @@ fn="$2" echo $fn ba=$(basename "$fn" .pst) - jobs="" + jobs="-j 0" [ -n "$val" ] && jobs="-j 0" rm -rf output$n mkdir output$n @@ -67,11 +67,15 @@ rm -rf output* *.err *.log -if [ "$1" == "dii" ]; then +if [ "$1" == "test" ]; then + dopst 19 harris.pst + +elif [ "$1" == "dii" ]; then dodii 1 ams.pst dodii 2 sample_64.pst dodii 3 test.pst dodii 4 big_mail.pst + elif [ "$1" == "ldif" ]; then doldif 1 ams.pst doldif 2 sample_64.pst