mirror of
https://github.com/systemd/systemd.git
synced 2025-03-01 08:58:29 +03:00
udev-test.pl: set non-zero exitcode if tests fail
This commit is contained in:
parent
44589a0c73
commit
034b37c83f
@ -1896,3 +1896,7 @@ system("rm -rf $udev_root");
|
|||||||
unlink($udev_rules);
|
unlink($udev_rules);
|
||||||
unlink($udev_conf);
|
unlink($udev_conf);
|
||||||
|
|
||||||
|
if ($error > 0) {
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
|
exit(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user