Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Nov 10, 2024
1 parent 347d023 commit 8e3e85d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ func createTmpCfgDir(t *testing.T, tc testCase) string {

err = os.WriteFile(filePath, f.Data, os.ModePerm)
require.NoError(t, err)

t.Logf("Created file: %s", filePath)
}

// Tell the testing framework to clean up the temporary directory after the test is done.
Expand Down

0 comments on commit 8e3e85d

Please sign in to comment.