pulumi/pkg
Matt Ellis 2669f65b39 Don't dirty work tree when running tests
Because we run our golang integration tests "in tree" (due to
the need to be under $GOPATH and have a vendor folder around), the
"command-output" folder was getting left behind, dirtying the worktree
after building.

This change does two things:

1. On a succecssful run, remove the folder.
2. Ignore the folder via .gitignore (this way if a test fails and you
do `git add .` you don't end up commiting this folder).
2018-06-14 15:58:37 -07:00
..
apitype Fail fast when attempting to load a too-new or too-old deployment (#1382) 2018-05-25 13:29:59 -07:00
backend Add a colors.Highlight function 2018-06-12 08:14:41 -07:00
diag Add a colors.Highlight function 2018-06-12 08:14:41 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Add license headers 2018-05-22 15:02:47 -07:00
graph Add license headers 2018-05-22 15:02:47 -07:00
operations Add license headers 2018-05-22 15:02:47 -07:00
resource Use an even more reasonable modtime in ZIP entries 2018-06-11 19:36:04 -07:00
testing Don't dirty work tree when running tests 2018-06-14 15:58:37 -07:00
tokens Add license headers 2018-05-22 15:02:47 -07:00
tools Add license headers 2018-05-22 15:02:47 -07:00
util Tidy up the login message and colors 2018-06-12 07:52:22 -07:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Allow overriding config location 2018-06-05 09:26:48 -07:00