From: Michael Tremer Date: Fri, 9 Jun 2023 10:00:06 +0000 (+0000) Subject: test: Collect more information from test environment X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=fcc334a2e325a5d08b7abecb0eb67d7c944b4f35 test: Collect more information from test environment Signed-off-by: Michael Tremer --- 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" }