Skip to content

Commit

Permalink
test: fix Alertmanager flags (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabxc authored Jan 8, 2018
1 parent 169a3c5 commit ee45291
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/e2e/spinup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ receivers:
return nil, errors.Wrap(err, "creating alertmanager config file failed")
}
commands = append(commands, exec.Command("alertmanager",
"-config.file", dir+"/config.yaml",
"-web.listen-address", "127.0.0.1:29093",
"-log.level", "debug",
"--config.file", dir+"/config.yaml",
"--web.listen-address", "127.0.0.1:29093",
"--log.level", "debug",
))
}

Expand Down

0 comments on commit ee45291

Please sign in to comment.