BUG: Go back to the original directory after examining the current directory

This commit is contained in:
Andy Cedilnik 2005-07-12 12:31:42 -04:00
parent c9a7f056fd
commit 0e76ab6eb6

View File

@ -105,6 +105,7 @@ bool cmCTestSubdirCommand::InitialPass(std::vector<std::string> const& args)
else else
{ {
// No DartTestfile.txt? Who cares... // No DartTestfile.txt? Who cares...
cmSystemTools::ChangeDirectory(cwd.c_str());
continue; continue;
} }
fname += "/"; fname += "/";