update vctest
This commit is contained in:
parent
95be0e74b8
commit
f86bbaa2ce
@ -139,7 +139,7 @@ static bool run_test(const Config& config, const fs::path& path) {
|
|||||||
ss << " --test " << path;
|
ss << " --test " << path;
|
||||||
ss << " --res " << config.resDir;
|
ss << " --res " << config.resDir;
|
||||||
ss << " --dir " << config.workingDir;
|
ss << " --dir " << config.workingDir;
|
||||||
ss << " >" << (config.workingDir / "output.txt") << " 2>&1";
|
ss << " >" << (config.workingDir / "output.txt").string() << " 2>&1";
|
||||||
auto command = ss.str();
|
auto command = ss.str();
|
||||||
|
|
||||||
print_separator(std::cout);
|
print_separator(std::cout);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user