mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 12:19:41 -06:00
Tests/CMakeLib: Remove stray output from test loop
This commit is contained in:
@@ -40,10 +40,9 @@ inline int runTests(std::initializer_list<std::function<bool()>> const& tests,
|
||||
break;
|
||||
}
|
||||
}
|
||||
std::cout << '.';
|
||||
}
|
||||
if (!result) {
|
||||
std::cout << " Passed\n";
|
||||
if (result == 0) {
|
||||
std::cout << "Passed\n";
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user