MCPcopy Create free account
hub / github.com/Kitware/CMake / RunUpdateCommand

Method RunUpdateCommand

Source/CTest/cmCTestVC.cxx:98–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool cmCTestVC::RunUpdateCommand(std::vector<std::string> const& cmd,
99 OutputParser* out, OutputParser* err,
100 Encoding encoding)
101{
102 // Report the command line.
103 this->UpdateCommandLine = this->ComputeCommandLine(cmd);
104 if (this->CTest->GetShowOnly()) {
105 this->Log << this->UpdateCommandLine << "\n";
106 return true;
107 }
108
109 // Run the command.
110 return this->RunChild(cmd, out, err, "", encoding);
111}
112
113std::string cmCTestVC::GetNightlyTime()
114{

Callers 8

UpdateImplMethod · 0.80
UpdateByFetchAndResetMethod · 0.80
UpdateByCustomMethod · 0.80
UpdateCustomMethod · 0.80
UpdateImplMethod · 0.80
RunSVNCommandMethod · 0.80
UpdateImplMethod · 0.80
UpdateImplMethod · 0.80

Calls 3

ComputeCommandLineMethod · 0.95
RunChildMethod · 0.95
GetShowOnlyMethod · 0.80

Tested by

no test coverage detected