From 592f87a8f1bbdbd57fae99b1c5062312a4e1cfdd Mon Sep 17 00:00:00 2001 From: Simon McVittie <simon.mcvittie@collabora.co.uk> Date: Thu, 7 Jul 2016 14:35:53 +0000 Subject: [PATCH] sanity-check: show what we're doing before we do it Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D3651 --- common/sanity-check | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/sanity-check b/common/sanity-check index cb47ea34..8573af32 100755 --- a/common/sanity-check +++ b/common/sanity-check @@ -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 || : -- GitLab