From b54b88d43c27e84ee8a7b8fae2b46f01f5734ad0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Thu, 19 Sep 2024 12:58:07 +0200
Subject: [PATCH] cat TMPFILE

---
 common/polkit-parsing.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/common/polkit-parsing.sh b/common/polkit-parsing.sh
index 12dd064..23de8df 100755
--- a/common/polkit-parsing.sh
+++ b/common/polkit-parsing.sh
@@ -57,7 +57,9 @@ pkaction
 sudo pkill -9 polkitd
 
 # Any warnings in the polkitd output?
-set +x
+#set +x
+
+cat $TMPFILE
 
 if grep WARNING "$TMPFILE"; then
 	echo "TEST_RESULT:fail:polkit-parsing:"
-- 
GitLab