Add `|| true` to a systemctl call

So that Travis CI builds do not fail if systemctl returns a bad status
code
parent ac763338
......@@ -250,7 +250,7 @@ before_script:
# Print debug system information
- cat /proc/sys/kernel/core_pattern
- cat /etc/default/apport || true
- systemctl list-units --type=service --state=running
- systemctl list-units --type=service --state=running || true
# Meson debug build
- meson setup meson_build_debug
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment