update vctest (MSVC)

This commit is contained in:
MihailRis 2024-12-07 20:01:03 +03:00
parent edc3d473d8
commit eb53ccfa3e

View File

@ -150,8 +150,6 @@ static bool run_test(const Config& config, const fs::path& path) {
//ss << " >" << fix_path(outputFile.string()) << " 2>&1";
auto command = ss.str();
return true;
print_separator(std::cout);
std::cout << "executing test " << name << "\ncommand: " << command << std::endl;