]> git.corax.cc Git - foundry/commitdiff
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)
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

index 5fe152371b2b4f6d9c3d0d6c0458011466bc1015..93b5b82c05419fa2545497b06e35919b561452ed 100644 (file)
@@ -212,7 +212,7 @@ main() {
                exit 1
        fi
 
-       if ! include "log" "opt" "ipc" "foundry/msg" "foundry/context"; then
+       if ! include "log" "opt" "ipc" "inst" "foundry/msg" "foundry/context"; then
                exit 1
        fi