Skip to content

Commit ee45291

Browse files
authored
test: fix Alertmanager flags (thanos-io#180)
1 parent 169a3c5 commit ee45291

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gopkg.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/e2e/spinup_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ receivers:
171171
return nil, errors.Wrap(err, "creating alertmanager config file failed")
172172
}
173173
commands = append(commands, exec.Command("alertmanager",
174-
"-config.file", dir+"/config.yaml",
175-
"-web.listen-address", "127.0.0.1:29093",
176-
"-log.level", "debug",
174+
"--config.file", dir+"/config.yaml",
175+
"--web.listen-address", "127.0.0.1:29093",
176+
"--log.level", "debug",
177177
))
178178
}
179179

0 commit comments

Comments
 (0)