Commit in slic/scripts on MAIN
run-valgrind.sh+2-11.4 -> 1.5


slic/scripts
run-valgrind.sh 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- run-valgrind.sh	27 Feb 2006 23:23:47 -0000	1.4
+++ run-valgrind.sh	27 Feb 2006 23:34:05 -0000	1.5
@@ -1,11 +1,12 @@
 valgrind -v \
+--demangle=yes \
 --gen-suppressions=all \
 --leak-check=yes \
 --num-callers=40 \
 --leak-resolution=high \
 --show-reachable=yes \
 --tool=memcheck \
---log-file=valgrind.log \
+--log-file-exactly=valgrind.log \
 --suppressions=./valgrind.supp \
 $SLIC_BASE/bin/$G4SYSTEM/slic $@
 
CVSspam 0.2.8