Skip to content

Commit 8e3e85d

Browse files
committed
Debug
1 parent 347d023 commit 8e3e85d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

acceptance/acceptance_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ func createTmpCfgDir(t *testing.T, tc testCase) string {
266266

267267
err = os.WriteFile(filePath, f.Data, os.ModePerm)
268268
require.NoError(t, err)
269+
270+
t.Logf("Created file: %s", filePath)
269271
}
270272

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

0 commit comments

Comments
 (0)