Mercurial > libpst
diff regression/regression-tests.bash @ 120:6395ced2b8b2
disable building pst2dii on cygwin
consistent ordering of our include files
all system includes protected by ifdef HAVE_ from autoconf
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 01 Feb 2009 11:24:22 -0800 |
parents | 0f1492b7fe8b |
children | 8399ef94c11b |
line wrap: on
line diff
--- a/regression/regression-tests.bash Sat Jan 31 12:23:46 2009 -0800 +++ b/regression/regression-tests.bash Sun Feb 01 11:24:22 2009 -0800 @@ -21,7 +21,7 @@ ba=$(basename "$fn" .pst) rm -rf output$n mkdir output$n - #../src/readpst -cv -o output$n $fn >$ba.err 2>&1 + # ../src/readpst -cv -o output$n $fn >$ba.err 2>&1 $val ../src/readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 ../src/readpstlog -f I dumper >$ba.log #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'newPerson' -o $fn >$ba.ldif.err 2>&1 @@ -33,7 +33,7 @@ val="valgrind --leak-check=full" -val='' +#val='' pushd .. make || exit @@ -60,7 +60,7 @@ #dopst 13 test-text.pst #dopst 14 joe.romanowski.pst #dopst 15 hourig1.pst - #dopst 16 hourig2.pst + dopst 16 hourig2.pst dopst 17 hourig3.pst fi