diff 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
line wrap: on
line diff
--- a/regression/regression-tests.bash	Thu Oct 02 15:29:36 2008 -0700
+++ b/regression/regression-tests.bash	Sun Oct 05 09:56:32 2008 -0700
@@ -28,7 +28,7 @@
 
 
 val="valgrind --leak-check=full"
-val=''
+#val=''
 
 pushd ..
 make || exit