Skip to content
Snippets Groups Projects
Commit c87a3365 authored by Simon McVittie's avatar Simon McVittie Committed by Sjoerd Simons
Browse files

check-dbus-services: prepend something to systemd-cgls output

Hopefully this will prevent the environment (LAVA? systemd?) from
squashing leading spaces and making the tree hard to read.

Differential Revision: https://phabricator.apertis.org/D376
Reviewed-by: pwith
parent 408fb2aa
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ else
fi
echo "---------------------------------------------------------------"
systemd-cgls --no-pager
systemd-cgls --no-pager | sed -e 's/^/# /'
exit "$any_failed"
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment