]> git.corax.cc Git - toolbox/commit
toolbox: Allow inclusion of test modules when running in shellspec
authorMatthias Kruk <m@m10k.eu>
Tue, 14 Feb 2023 03:08:17 +0000 (12:08 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 14 Feb 2023 03:08:17 +0000 (12:08 +0900)
commitcb736e1edf7b861ea7e339428a4c9accc0aec021
tree3059415f39cdc0b198f77df5c397f34c51378bf6
parentbc3e83f463915fc89e8c574981546624b5c2f242
toolbox: Allow inclusion of test modules when running in shellspec

Toolbox fails to set the module search paths correctly when running
in shellspec, rendering test cases unable to include modules from
test/include.

This commit modifies toolbox to prepend test/include to the module
search path array when executed in shellspec.
toolbox.sh