update vctest
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ static bool run_test(const Config& config, const fs::path& path) {
|
||||
|
||||
auto name = path.stem();
|
||||
std::stringstream ss;
|
||||
ss << config.executable << " --headless";
|
||||
ss << fs::canonical(config.executable) << " --headless";
|
||||
ss << " --test " << path;
|
||||
ss << " --res " << config.resDir;
|
||||
ss << " --dir " << config.workingDir;
|
||||
|
||||
Reference in New Issue
Block a user