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

sanity-check: show what we're doing before we do it


Signed-off-by: default avatarSimon McVittie <simon.mcvittie@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D3651
parent f89d2045
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@ fail () {
echo "TEST_RESULT:fail:$tag:$*" >&2
}
set -x
# This is just for information, so we ignore the exit status. Minimal
# images might legitimately not have these tools.
systemd-cgls -al --no-pager || :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment