Skip to content

Commit

Permalink
Remove unnecessary log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Nov 30, 2023
1 parent 0222ffe commit 11e2d26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/test-structure/test_structure.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ func runValidateOnAllTerraformModules(
for _, dir := range dirsToValidate {
dir := dir
t.Run(strings.TrimLeft(dir, "/"), func(t *go_test.T) {
t.Logf("Original root = %s, git root = %s, testFolder = %s, dir = %s", opts.RootDir, gitRoot, testFolder, dir)

// Run the validation function on the test folder that was copied to /tmp to avoid any potential conflicts
// with tests that may not use the same copy to /tmp behavior
tfOpts := &terraform.Options{TerraformDir: dir}
Expand Down

0 comments on commit 11e2d26

Please sign in to comment.