diff --git a/cmd/osbuild-image-tests/main_test.go b/cmd/osbuild-image-tests/main_test.go index b4af8d05e..ef09f95bb 100644 --- a/cmd/osbuild-image-tests/main_test.go +++ b/cmd/osbuild-image-tests/main_test.go @@ -187,6 +187,7 @@ func testSSH(t *testing.T, address string, privateKey string, ns *boot.NetNS) { t.Fatal(err) } + fmt.Println(err) time.Sleep(10 * time.Second) }