From 4e51584eb641bab903ac2a1b539fa305b6f652d0 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Sun, 1 Aug 2021 15:21:19 +0900 Subject: [PATCH] testbot: Change default topic to "tests" The default topic that testbot publishes test messages under is set to "merges", which is not correct. This commit changes the default topic for test results to "tests". --- testbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot.sh b/testbot.sh index 93b5b82..9e188c3 100644 --- a/testbot.sh +++ b/testbot.sh @@ -190,7 +190,7 @@ main() { "The name of this instance" opt_add_arg "e" "endpoint" "v" "pub/testbot" \ "The endpoint to use for IPC messaging" - opt_add_arg "t" "topic" "v" "merges" \ + opt_add_arg "t" "topic" "v" "tests" \ "The topic under which to publish notifications" if ! opt_parse "$@"; then -- 2.47.3