fix block.set in headless mode & fix: vctest does not cleanup worlds

This commit is contained in:
MihailRis
2024-12-29 22:41:11 +03:00
parent e278f5992d
commit c33a92abd6
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -210,6 +210,7 @@ int main(int argc, char** argv) {
std::cout << "running " << tests.size() << " test(s)" << std::endl;
for (const auto& path : tests) {
passed += run_test(config, path);
fs::remove_all(config.workingDir / fs::u8path("worlds"));
}
print_separator(std::cout);
cleanup(config.workingDir);