]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: ignore `busctl tree` fails
authorFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 9 Mar 2023 10:34:14 +0000 (11:34 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 9 Mar 2023 10:34:14 +0000 (11:34 +0100)
commit15eda898af77bd3f5ec743497b72e86f3fadc5af
tree165350660b75d117c2615c800f65ed852d5c23a6
parentba0e70673c60d73e7ba15f326c633a111f1a15bf
test: ignore `busctl tree` fails

As the test runs during machine bootup where jobs run in parallel,
busctl might attempt to introspect a job that already finished and fail.
Since in this case we're more interested in crashes/leaks, let's ignore
the exit code.

Follow-up to 16600a8661.
test/units/testsuite-74.busctl.sh