BUG: Files in top-level directory of source tree were not reported in updates log.
This commit is contained in:
parent
818aba2167
commit
1a6030c6a6
|
@ -764,7 +764,7 @@ int cmCTest::UpdateDirectory()
|
||||||
cmsys::RegularExpression revision("^revision +([^ ]*) *$");
|
cmsys::RegularExpression revision("^revision +([^ ]*) *$");
|
||||||
cmsys::RegularExpression end_of_file("^=============================================================================$");
|
cmsys::RegularExpression end_of_file("^=============================================================================$");
|
||||||
cmsys::RegularExpression end_of_comment("^----------------------------$");
|
cmsys::RegularExpression end_of_comment("^----------------------------$");
|
||||||
std::string current_path = "";
|
std::string current_path = "<no-path>";
|
||||||
bool first_file = true;
|
bool first_file = true;
|
||||||
|
|
||||||
cmCTest::AuthorsToUpdatesMap authors_files_map;
|
cmCTest::AuthorsToUpdatesMap authors_files_map;
|
||||||
|
|
Loading…
Reference in New Issue