summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCTest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 629282b..78b11cf 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -1154,7 +1154,7 @@ int cmCTest::RunTest(std::vector<const char*> argv,
args.push_back(argv[i]);
}
}
- if ( *log )
+ if ( log )
{
*log << "* Run internal CTest" << std::endl;
}
@@ -1166,7 +1166,7 @@ int cmCTest::RunTest(std::vector<const char*> argv,
}
*retVal = inst.Run(args, output);
- if ( *log )
+ if ( log )
{
*log << output->c_str();
}