Fix update output
This commit is contained in:
parent
a41e31b536
commit
3d1b9adc20
|
@ -581,7 +581,7 @@ int cmCTest::UpdateDirectory()
|
||||||
<< "\t<UpdateReturnStatus>";
|
<< "\t<UpdateReturnStatus>";
|
||||||
if ( retVal )
|
if ( retVal )
|
||||||
{
|
{
|
||||||
os << retVal;
|
os << goutput;
|
||||||
}
|
}
|
||||||
os << "</UpdateReturnStatus>" << std::endl;
|
os << "</UpdateReturnStatus>" << std::endl;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue