update vctest (MSVC)
This commit is contained in:
parent
eb53ccfa3e
commit
6e5df533ed
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user