update vctest (MSVC)

This commit is contained in:
MihailRis 2024-12-07 20:14:48 +03:00
parent eb53ccfa3e
commit 6e5df533ed

View File

@ -143,7 +143,7 @@ static bool run_test(const Config& config, const fs::path& path) {
auto name = path.stem();
std::stringstream ss;
ss << fs::canonical(config.executable) << " --headless";
ss << fix_path(config.executable.string()) << " --headless";
ss << " --test " << path;
ss << " --res " << config.resDir;
ss << " --dir " << config.workingDir;