Source/cmCTest.cxx: Add missing newline (#12538)
In the log entry, the newline is missing. The output without the newline character is a bit strange, like SetCTestConfigurationFromCMakeVariable:MemoryCheckCommand:CTEST_MEMORYCHECK_COMMANDSetCTestConfiguration:MemoryCheckCommand:/usr/bin/valgrind Instead of SetCTestConfigurationFromCMakeVariable:MemoryCheckCommand:CTEST_MEMORYCHECK_COMMAND SetCTestConfiguration:MemoryCheckCommand:/usr/bin/valgrind This patch changes this to add a newline. Signed-off-by: Bernhard Walle <walle@corscience.de>
This commit is contained in:
parent
676fb3b2ac
commit
26b6794fd5
@ -2801,7 +2801,7 @@ bool cmCTest::SetCTestConfigurationFromCMakeVariable(cmMakefile* mf,
|
|||||||
}
|
}
|
||||||
cmCTestLog(this, HANDLER_VERBOSE_OUTPUT,
|
cmCTestLog(this, HANDLER_VERBOSE_OUTPUT,
|
||||||
"SetCTestConfigurationFromCMakeVariable:"
|
"SetCTestConfigurationFromCMakeVariable:"
|
||||||
<< dconfig << ":" << cmake_var);
|
<< dconfig << ":" << cmake_var << std::endl);
|
||||||
this->SetCTestConfiguration(dconfig, ctvar);
|
this->SetCTestConfiguration(dconfig, ctvar);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user