better tests for windows nodes

This commit is contained in:
Dave Conway-Jones
2017-03-06 17:40:09 +00:00
parent 6264104642
commit 06ffe722d4
4 changed files with 103 additions and 86 deletions

View File

@@ -133,7 +133,8 @@ describe('nodes/registry/installer', function() {
done();
}
else {
err.message.should.eql("Install failed");
console.log("ERRROR::"+err.toString()+"::");
err.toString().should.eql("Error: Install failed");
done();
}
});