]> git.corax.cc Git - foundry/commit
testbot: Add dependency on inst
authorMatthias Kruk <m@m10k.eu>
Sun, 1 Aug 2021 06:19:24 +0000 (15:19 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 1 Aug 2021 06:19:24 +0000 (15:19 +0900)
commitbf2bdfc9ed6ab401d1a3941fe40091127281b897
tree747a8273b422ec24ddd127e53d4d5992568b91ce
parent5217bea3b18bed96490a6a9a535dfdde2ed9e229
testbot: Add dependency on inst

Testbot calls functions from the inst module but it does not include
the module upon startup, making it impossible to start the bot.
This commit makes testbot include the "inst" module before entering
the main() function.
testbot.sh