]> git.corax.cc Git - foundry/commitdiff
testbot: Change default topic to "tests"
authorMatthias Kruk <m@m10k.eu>
Sun, 1 Aug 2021 06:21:19 +0000 (15:21 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 1 Aug 2021 06:21:19 +0000 (15:21 +0900)
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

index 93b5b82c05419fa2545497b06e35919b561452ed..9e188c3fd4c05e51ad8b0543655698a4e8ec8151 100644 (file)
@@ -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