mirror of https://github.com/apache/jclouds.git
better error on gogrid test
This commit is contained in:
parent
edc1b10610
commit
a2bdfdb706
|
@ -43,6 +43,6 @@ public class GoGridComputeServiceLiveTest extends BaseComputeServiceLiveTest {
|
|||
|
||||
protected void checkResponseEqualsHostname(ExecResponse execResponse, NodeMetadata node1) {
|
||||
// hostname is not completely predictable based on node metadata
|
||||
assert execResponse.getOutput().trim().startsWith(node1.getName());
|
||||
assert execResponse.getOutput().trim().startsWith(node1.getName()) : execResponse + ": " + node1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue