pulumi/pkg/testing
Matt Ellis c506549a25 Remove MustFprintf in favor of explicitly dropping errors
In travis, we've seen cases where writes to our standard streams
results in an error like: `/dev/stderr: resource temporarily
unavailable` which causes the tests to panic.

Now, in a perfect world, writes to /dev/stderr would not fail in this
way, but we do not live in a perfect world. Other processes on the
machine may make stderr/stdout non-blocking. We've are now seeing this
failure in Travis more often and it is masking real Pulumi failures
we want to debug.
2018-01-16 18:33:44 -08:00
..
integration Remove MustFprintf in favor of explicitly dropping errors 2018-01-16 18:33:44 -08:00
environment.go Wire Package.Main to the Pulumi Service. (#615) 2017-11-30 08:14:47 -08:00