comparison regression/regression-tests.bash @ 361:a2da2bbe393a stable-0-6-67

prep for fedora build
author Carl Byington <carl@five-ten-sg.com>
date Wed, 06 Jul 2016 11:57:20 -0700
parents a8577226f7a9
children 3a1d25c579c6
comparison
equal deleted inserted replaced
360:26c48ea9d896 361:a2da2bbe393a
10 f2=/tmp/f2$$ 10 f2=/tmp/f2$$
11 grep 'case 0x' src/libpst.c | awk '{print $2}' | tr A-Z a-z | sed -e 's/://g' | sort >$f1 11 grep 'case 0x' src/libpst.c | awk '{print $2}' | tr A-Z a-z | sed -e 's/://g' | sort >$f1
12 grep '^0x' xml/libpst.in | awk '{print $1}' | (for i in {1..19}; do read a; done; cat) | sort >$f2 12 grep '^0x' xml/libpst.in | awk '{print $1}' | (for i in {1..19}; do read a; done; cat) | sort >$f2
13 diff $f1 $f2 13 diff $f1 $f2
14 less $f1 14 less $f1
15 rm -f $f1 $f2 15 #rm -f $f1 $f2
16 ls -al $f1 $f2
16 ) 17 )
17 } 18 }
18 19
19 function dodii() 20 function dodii()
20 { 21 {
86 fi 87 fi
87 fi 88 fi
88 } 89 }
89 90
90 91
92 #consistency
93 #exit
91 94
92 95
93 pushd .. 96 pushd ..
94 make || exit 97 make || exit
95 popd 98 popd