[Lxml-checkins] r39377 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Sun Feb 25 10:32:56 CET 2007


Author: scoder
Date: Sun Feb 25 10:32:54 2007
New Revision: 39377

Modified:
   lxml/trunk/Makefile
Log:
run valgrind tests without verbose test output

Modified: lxml/trunk/Makefile
==============================================================================
--- lxml/trunk/Makefile	(original)
+++ lxml/trunk/Makefile	Sun Feb 25 10:32:54 2007
@@ -22,7 +22,7 @@
 
 valgrind_test_inplace: inplace
 	valgrind --tool=memcheck --leak-check=full --suppressions=valgrind-python.supp \
-		$(PYTHON) test.py $(TESTFLAGS) $(TESTOPTS)
+		$(PYTHON) test.py
 
 bench_inplace: inplace
 	$(PYTHON) bench.py -i


More information about the lxml-checkins mailing list