From 8e3e85d900cdeed2b4e9bc453ca28484bde69a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20L=C3=B3pez=20de=20la=20Franca=20Beltran?= Date: Mon, 11 Nov 2024 00:29:47 +0100 Subject: [PATCH] Debug --- acceptance/acceptance_test.go | 2 ++ 1 file changed, 2 insertions(+) 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.