[Kst] kdeextragear-2/kst/tests

George Staikos staikos at kde.org
Wed Mar 17 06:02:14 CET 2004


CVS commit by staikos: 

add helgrind support


  M +5 -1      test1.sh   1.9


--- kdeextragear-2/kst/tests/test1.sh  #1.8:1.9
@@ -6,5 +6,9 @@
 
 if [ "x$1" == "x-v" ]; then
-        VALGRIND="valgrind -v --num-callers=15";
+        VALGRIND="valgrind -v --num-callers=25";
+fi
+
+if [ "x$1" == "x-t" ]; then
+        VALGRIND="valgrind -v --skin=helgrind --num-callers=25";
 fi
 





More information about the Kst mailing list