Kay Sievers wrote: > On Sun, Aug 31, 2008 at 19:25, Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx> wrote: > >> Also run with --quiet to show errors only. >> >> Signed-off-by: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx> >> >> 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"; >> > > I've added a --valgrind option instead, so there is no longer the need > to change the source file. > > Thanks, > Kay > Ah, you forgot to remove this line though: # uncomment following line to run udev with valgrind. Alan -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html