]> git.corax.cc Git - foundry/commit
test: Don't create contexts without a name
authorMatthias Kruk <m@m10k.eu>
Sun, 8 Aug 2021 06:59:23 +0000 (15:59 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 8 Aug 2021 06:59:23 +0000 (15:59 +0900)
commita1b5f0e201fcc146ac853fd8bc724a5fcec0a9e0
tree5eabbd00659c115a27893001cb0f248632aeceb2
parentca8c83406e362f22e58b97e97e66857f421b3b27
test: Don't create contexts without a name

The testbot test script does not pass the name of the project to
foundry_context_new(), causing the created contexts to have no name.
This commit fixes test.sh so that the name of the repository is
passed as the project name to foundry_context_new().
test.sh