mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
[PATCH] comment out ability to run udev-test.pl with valgrind
This commit is contained in:
parent
aa8666f77b
commit
ad89f2be3b
@ -35,6 +35,9 @@ my $perm = "udev.permissions";
|
||||
my $main_conf = "udev-test.conf";
|
||||
my $conf_tmp = "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";
|
||||
|
||||
my @tests = (
|
||||
{
|
||||
@ -1259,7 +1262,6 @@ sub run_test {
|
||||
|
||||
|
||||
udev("add", $config->{subsys}, $config->{devpath}, \$config->{conf});
|
||||
|
||||
if ((-e "$PWD/$udev_root$config->{exp_name}") ||
|
||||
(-l "$PWD/$udev_root$config->{exp_name}")) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user