linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] The commented line in udev-test.pl to use valgrind needs
@ 2008-08-31 17:25 Alan Jenkins
  2008-09-01 14:29 ` [PATCH] The commented line in udev-test.pl to use valgrind needs fixing Kay Sievers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alan Jenkins @ 2008-08-31 17:25 UTC (permalink / raw)
  To: linux-hotplug

Also run with --quiet to show errors only.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>

diff --git a/test/udev-test.pl b/test/udev-test.pl
index ad551dd..6c51399 100755
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -29,7 +29,7 @@ my $udev_rules	= "udev-test.rules";
 
 # uncomment following line to run udev with valgrind.
 # Should make this a runtime option to the script someday...
-#my $udev_bin  = "valgrind --tool=memcheck --leak-check=yes   ../udev";
+#$udev_bin  = "valgrind --tool=memcheck --leak-check=yes --quiet $udev_bin";
 
 my @tests = (
 	{



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-09-03 20:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-31 17:25 [PATCH] The commented line in udev-test.pl to use valgrind needs Alan Jenkins
2008-09-01 14:29 ` [PATCH] The commented line in udev-test.pl to use valgrind needs fixing Kay Sievers
2008-09-03 12:50 ` [PATCH] The commented line in udev-test.pl to use valgrind needs Alan Jenkins
2008-09-03 20:02 ` [PATCH] The commented line in udev-test.pl to use valgrind needs fixing Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).