FIX: fix output of passing tests
This commit is contained in:
parent
a116420839
commit
a6e9dd6cfc
|
@ -203,10 +203,7 @@ int main (int argc, char *argv[])
|
|||
// run ctest
|
||||
std::string output;
|
||||
int res = inst.Run(args,&output);
|
||||
if (res)
|
||||
{
|
||||
std::cout << output;
|
||||
}
|
||||
std::cout << output;
|
||||
cmListFileCache::ClearCache();
|
||||
|
||||
return res;
|
||||
|
|
Loading…
Reference in New Issue