tests: print SSH error for more info. Refs #987
This commit is contained in:
parent
456bf242c4
commit
2370de7a4b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue