Mercurial > libpst
comparison regression/regression-tests.bash @ 168:c1a2fd06ffe6 stable-0-6-34
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 19 Mar 2009 16:32:17 -0700 |
parents | 40e9de445038 |
children | ac6e22c8a9cf |
comparison
equal
deleted
inserted
replaced
167:40e9de445038 | 168:c1a2fd06ffe6 |
---|---|
48 } | 48 } |
49 | 49 |
50 | 50 |
51 | 51 |
52 val="valgrind --leak-check=full" | 52 val="valgrind --leak-check=full" |
53 #val='' | 53 val='' |
54 | 54 |
55 pushd .. | 55 pushd .. |
56 make || exit | 56 make || exit |
57 popd | 57 popd |
58 | 58 |
82 ##doldif 16 hourig2.pst | 82 ##doldif 16 hourig2.pst |
83 ##doldif 17 hourig3.pst | 83 ##doldif 17 hourig3.pst |
84 #doldif 18 test-mac.pst | 84 #doldif 18 test-mac.pst |
85 #doldif 19 harris.pst | 85 #doldif 19 harris.pst |
86 else | 86 else |
87 dopst 11 flow.pst | |
88 exit | |
89 dopst 1 ams.pst | 87 dopst 1 ams.pst |
90 dopst 2 sample_64.pst | 88 dopst 2 sample_64.pst |
91 dopst 3 test.pst | 89 dopst 3 test.pst |
92 dopst 4 big_mail.pst | 90 dopst 4 big_mail.pst |
93 dopst 5 mbmg.archive.pst | 91 dopst 5 mbmg.archive.pst |
94 dopst 6 Single2003-read.pst | 92 dopst 6 Single2003-read.pst |
95 dopst 7 Single2003-unread.pst | 93 dopst 7 Single2003-unread.pst |
96 dopst 8 ol2k3high.pst | 94 dopst 8 ol2k3high.pst |
97 dopst 9 ol97high.pst | 95 dopst 9 ol97high.pst |
98 dopst 10 returned_message.pst | 96 dopst 10 returned_message.pst |
97 dopst 11 flow.pst | |
99 dopst 12 test-html.pst | 98 dopst 12 test-html.pst |
100 dopst 13 test-text.pst | 99 dopst 13 test-text.pst |
101 dopst 14 joe.romanowski.pst | 100 dopst 14 joe.romanowski.pst |
102 dopst 15 hourig1.pst | 101 dopst 15 hourig1.pst |
103 #dopst 16 hourig2.pst | 102 #dopst 16 hourig2.pst |
106 dopst 19 harris.pst | 105 dopst 19 harris.pst |
107 dopst 20 spam.pst | 106 dopst 20 spam.pst |
108 fi | 107 fi |
109 | 108 |
110 grep 'lost:' *err | grep -v 'lost: 0 ' | 109 grep 'lost:' *err | grep -v 'lost: 0 ' |
111 grep 'should have been' *err |