Commit 7a6eb966 authored by Chris Bednarski's avatar Chris Bednarski

We actually use PACKER_ACC not TF_ACC

parent e410abdb
...@@ -64,7 +64,7 @@ type TestT interface { ...@@ -64,7 +64,7 @@ type TestT interface {
// Test performs an acceptance test on a backend with the given test case. // 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 // set to some non-empty value. This is to avoid test cases surprising
// a user by creating real resources. // a user by creating real resources.
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment