diff --git a/vctest/main.cpp b/vctest/main.cpp index f8cd1767..afea3451 100644 --- a/vctest/main.cpp +++ b/vctest/main.cpp @@ -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);