> @@ -856,7 +858,7 @@ protected void doCheckJavaIsInstalledViaSsh(NodeMetadata
> node, String taskName)
> @Override
> protected void tearDownContext() {
> if (nodes != null) {
> - testDestroyNodes();
> + client.destroyNodesMatching(inGroup(group));
Added, though I think that when we're just doing destroyNodesMatching, we're in
less danger of exceptions due to there being no instances to destroy etc. But
can't hurt. =)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/154/files#r6607889