comparison 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
comparison
equal deleted inserted replaced
119:f50f4321aa2d 120:6395ced2b8b2
19 fn="$2" 19 fn="$2"
20 echo $fn 20 echo $fn
21 ba=$(basename "$fn" .pst) 21 ba=$(basename "$fn" .pst)
22 rm -rf output$n 22 rm -rf output$n
23 mkdir output$n 23 mkdir output$n
24 #../src/readpst -cv -o output$n $fn >$ba.err 2>&1 24 # ../src/readpst -cv -o output$n $fn >$ba.err 2>&1
25 $val ../src/readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1 25 $val ../src/readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1
26 ../src/readpstlog -f I dumper >$ba.log 26 ../src/readpstlog -f I dumper >$ba.log
27 #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'newPerson' -o $fn >$ba.ldif.err 2>&1 27 #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'newPerson' -o $fn >$ba.ldif.err 2>&1
28 #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'inetOrgPerson' $fn >$ba.ldif2.err 2>&1 28 #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'inetOrgPerson' $fn >$ba.ldif2.err 2>&1
29 # ../src/readpstlog -f I dumper >$ba.log 29 # ../src/readpstlog -f I dumper >$ba.log
31 } 31 }
32 32
33 33
34 34
35 val="valgrind --leak-check=full" 35 val="valgrind --leak-check=full"
36 val='' 36 #val=''
37 37
38 pushd .. 38 pushd ..
39 make || exit 39 make || exit
40 popd 40 popd
41 41
58 #dopst 11 flow.pst 58 #dopst 11 flow.pst
59 #dopst 12 test-html.pst 59 #dopst 12 test-html.pst
60 #dopst 13 test-text.pst 60 #dopst 13 test-text.pst
61 #dopst 14 joe.romanowski.pst 61 #dopst 14 joe.romanowski.pst
62 #dopst 15 hourig1.pst 62 #dopst 15 hourig1.pst
63 #dopst 16 hourig2.pst 63 dopst 16 hourig2.pst
64 dopst 17 hourig3.pst 64 dopst 17 hourig3.pst
65 fi 65 fi
66 66