pulumi/pkg/testing
Matt Ellis 8f5def8453 Do not delete failed stacks from integration tests
Often when the test fails, you'll want to use the web console to
investigate the stack, looking at detailed log messages, for
example. But since we always delete the stack today, you often can't.

Stop running `pulumi stack rm` when the test fails, however do run a
`pulumi destroy` so we at least clean up any resources the stack may
have allocated during testing.

Fixes #1722
2018-08-27 13:28:46 -07:00
..
integration Do not delete failed stacks from integration tests 2018-08-27 13:28:46 -07:00
environment.go Initial support for passing URLs to new and up (#1727) 2018-08-10 18:08:16 -07:00