update vctest

This commit is contained in:
MihailRis 2024-12-07 18:21:38 +03:00
parent 95be0e74b8
commit f86bbaa2ce

View File

@ -139,7 +139,7 @@ static bool run_test(const Config& config, const fs::path& path) {
ss << " --test " << path;
ss << " --res " << config.resDir;
ss << " --dir " << config.workingDir;
ss << " >" << (config.workingDir / "output.txt") << " 2>&1";
ss << " >" << (config.workingDir / "output.txt").string() << " 2>&1";
auto command = ss.str();
print_separator(std::cout);