comparison regression/regression-tests.bash @ 101:1fc33da23175

fix for orphan children when building descriptor tree, avoid writing uninitialized data to debug log file
author Carl Byington <carl@five-ten-sg.com>
date Sun, 05 Oct 2008 09:56:32 -0700
parents 1e4a7610d525
children 0af0bbe166e1
comparison
equal deleted inserted replaced
100:1e4a7610d525 101:1fc33da23175
26 } 26 }
27 27
28 28
29 29
30 val="valgrind --leak-check=full" 30 val="valgrind --leak-check=full"
31 val='' 31 #val=''
32 32
33 pushd .. 33 pushd ..
34 make || exit 34 make || exit
35 popd 35 popd
36 36