We actually use PACKER_ACC not TF_ACC

This commit is contained in:
Chris Bednarski 2015-07-24 14:49:44 -07:00
parent e410abdb2c
commit 7a6eb966c0
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ type TestT interface {
// Test performs an acceptance test on a backend with the given test case.
//
// Tests are not run unless an environmental variable "TF_ACC" is
// Tests are not run unless an environmental variable "PACKER_ACC" is
// set to some non-empty value. This is to avoid test cases surprising
// a user by creating real resources.
//