mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
packer_test: disable checkpoint for test cmds
This commit is contained in:
parent
dbaaab512a
commit
9d1dc7d41d
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ func (ts *PackerTestSuite) PackerCommand() *packerCommand {
|
|||
// case of Panic will fail to be created (unless tests
|
||||
// are running as Administrator, but please don't).
|
||||
"TMP": os.TempDir(),
|
||||
// Since those commands are used to run tests, we want to
|
||||
// make them as self-contained and quick as possible.
|
||||
// Removing telemetry here is probably for the best.
|
||||
"CHECKPOINT_DISABLE": "1",
|
||||
},
|
||||
t: ts.T(),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue