Skip to content

Commit e428e02

Browse files
committed
add --verbose to envbuilder options
1 parent a669257 commit e428e02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/provider/cached_image_data_source_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func TestAccCachedImageDataSource(t *testing.T) {
3434
"FOO" : "bar"
3535
}
3636
cache_repo = %q
37+
verbose = true
3738
}`, deps.BuilderImage, deps.RepoDir, deps.RepoDir, deps.CacheRepo)
3839
resource.Test(t, resource.TestCase{
3940
PreCheck: func() { testAccPreCheck(t) },
@@ -92,6 +93,7 @@ func TestAccCachedImageDataSource(t *testing.T) {
9293
"FOO" : "bar"
9394
}
9495
cache_repo = %q
96+
verbose = true
9597
}`, deps.BuilderImage, deps.RepoDir, deps.RepoDir, deps.CacheRepo)
9698
resource.Test(t, resource.TestCase{
9799
PreCheck: func() { testAccPreCheck(t) },

0 commit comments

Comments
 (0)