update vctest

This commit is contained in:
MihailRis
2024-12-07 17:42:15 +03:00
parent ed4bfeecee
commit 95be0e74b8
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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;