COMP: Fix kwstyle
This commit is contained in:
parent
71fc9f9321
commit
826dc8696c
|
@ -700,7 +700,8 @@ int cmCTestBuildHandler::RunMakeCommand(const char* command,
|
||||||
// if a non zero return value
|
// if a non zero return value
|
||||||
if (*retVal)
|
if (*retVal)
|
||||||
{
|
{
|
||||||
// If there was an error running command, report that on the dashboard.
|
// If there was an error running command, report that on the
|
||||||
|
// dashboard.
|
||||||
cmCTestBuildErrorWarning errorwarning;
|
cmCTestBuildErrorWarning errorwarning;
|
||||||
errorwarning.LogLine = 1;
|
errorwarning.LogLine = 1;
|
||||||
errorwarning.Text
|
errorwarning.Text
|
||||||
|
|
Loading…
Reference in New Issue