refactor: rename debugtalk_gen.py to .debugtalk_gen.py

This commit is contained in:
debugtalk
2022-05-29 00:50:20 +08:00
parent 9b1d6cfe95
commit cc96a3225e
11 changed files with 90 additions and 16 deletions

View File

@@ -38,8 +38,8 @@ func buildHashicorpPyPlugin() {
func removeHashicorpPyPlugin() {
log.Info().Msg("[teardown] remove hashicorp python plugin")
// on v4.1^, running case will generate debugtalk_gen.py used by python plugin
os.Remove(templatesDir + "debugtalk_gen.py")
// on v4.1^, running case will generate .debugtalk_gen.py used by python plugin
os.Remove(templatesDir + hashicorpPyPluginFile)
}
func TestRunCaseWithGoPlugin(t *testing.T) {