1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00

tests: add setNumExecutors method

This commit is contained in:
Oliver Giles
2022-01-22 08:07:41 +13:00
parent 4a6f99a203
commit e581a0cf5d
2 changed files with 9 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ public:
// set up empty directory structure
fs->openSubdir(kj::Path{"cfg"}, kj::WriteMode::CREATE);
fs->openSubdir(kj::Path{"cfg", "jobs"}, kj::WriteMode::CREATE);
fs->openSubdir(kj::Path{"cfg", "contexts"}, kj::WriteMode::CREATE);
}
void clean() {
// rm -rf in config folder