Skip to content

Commit

Permalink
fix a couple of minor things within magefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sayden committed Nov 26, 2018
1 parent fd128f8 commit d7eda29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/metricbeat/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func PythonUnitTest() error {
return mage.PythonNoseTest(mage.DefaultPythonTestUnitArgs())
}

// PythonUnitTest executes the python system tests in the integration environment (Docker).
// PythonIntegTest executes the python system tests in the integration environment (Docker).
func PythonIntegTest(ctx context.Context) error {
if !mage.IsInIntegTestEnv() {
mg.Deps(Fields)
Expand Down Expand Up @@ -221,7 +221,7 @@ func referenceConfig() error {
if err != nil {
return err
}
//defer os.Remove(modulesConfigYml)
defer os.Remove(modulesConfigYml)

var configParts = []string{
mage.OSSBeatDir("_meta/common.reference.yml"),
Expand Down

0 comments on commit d7eda29

Please sign in to comment.