update vctest (MSVC)
This commit is contained in:
parent
bc102075f2
commit
edc3d473d8
@ -147,9 +147,11 @@ 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 << " >" << fix_path(outputFile.string()) << " 2>&1";
|
//ss << " >" << fix_path(outputFile.string()) << " 2>&1";
|
||||||
auto command = ss.str();
|
auto command = ss.str();
|
||||||
|
|
||||||
|
return true;
|
||||||
|
|
||||||
print_separator(std::cout);
|
print_separator(std::cout);
|
||||||
std::cout << "executing test " << name << "\ncommand: " << command << std::endl;
|
std::cout << "executing test " << name << "\ncommand: " << command << std::endl;
|
||||||
|
|
||||||
@ -189,8 +191,7 @@ int main(int argc, char** argv) {
|
|||||||
}
|
}
|
||||||
dump_config(config);
|
dump_config(config);
|
||||||
|
|
||||||
system("tree build");
|
system("tree build/Release");
|
||||||
return 0;
|
|
||||||
|
|
||||||
std::vector<fs::path> tests;
|
std::vector<fs::path> tests;
|
||||||
std::cout << "scanning for tests" << std::endl;
|
std::cout << "scanning for tests" << std::endl;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user