From: Matthias Kruk Date: Sun, 1 Aug 2021 06:21:19 +0000 (+0900) Subject: testbot: Change default topic to "tests" X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=4e51584eb641bab903ac2a1b539fa305b6f652d0;p=foundry 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". --- 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