From 86b3c51ba7d61be825e62e7d237c4400a5da1f94 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:18:48 -0500 Subject: [PATCH] get original output --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index d771a00..3d85ce0 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -182,4 +182,4 @@ jobs: timeout 30m bash -c "while ! (grep 'Password:' vm.stdout); do sleep 1; done" timeout 1m bash -c 'echo "foobar" >> vm.stdin' echo "VM ready for tests" - { echo '{"execute": "guest-network-get-interfaces"}'; sleep 2; } | socat unix-connect:/tmp/qga.sock - | jq -j '."return"[] | ."name", (."ip-addresses"[] | ."ip-address"),"\n"' \ No newline at end of file + { echo '{"execute": "guest-network-get-interfaces"}'; sleep 2; } | socat unix-connect:/tmp/qga.sock - | jq \ No newline at end of file