From fcc334a2e325a5d08b7abecb0eb67d7c944b4f35 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 9 Jun 2023 10:00:06 +0000 Subject: [PATCH] test: Collect more information from test environment Signed-off-by: Michael Tremer --- test/networkd/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/networkd/test.sh b/test/networkd/test.sh index 9cecf0a4..3eda034c 100644 --- a/test/networkd/test.sh +++ b/test/networkd/test.sh @@ -52,6 +52,8 @@ dump_command() { } dump_status() { + dump_command "printenv" + dump_command "ps aux" dump_command "ip -d link" } -- 2.47.2