mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-22 22:03:43 +03:00
[PATCH] tweak udev-test.pl to report '0' errors if that's what happened.
This commit is contained in:
parent
c124eafa23
commit
e5fbfe0a13
@ -124,7 +124,7 @@ system("rm -rf $udev_root");
|
||||
mkdir($udev_root) || die "unable to create udev_root: $udev_root\n";
|
||||
|
||||
# test
|
||||
my $error;
|
||||
my $error = 0;
|
||||
print "\nudev-test will run ".($#tests + 1)." tests:\n\n";
|
||||
|
||||
foreach my $config (@tests) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user