diff --git a/acceptance/acceptance_test.go b/acceptance/acceptance_test.go index d2a1b6b..e876183 100644 --- a/acceptance/acceptance_test.go +++ b/acceptance/acceptance_test.go @@ -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.