diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-02-12 18:43:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-02-12 18:43:15 (GMT) |
commit | b7e2fe83f849e5876a51f210f9a7654b8fcc00dd (patch) | |
tree | 1433eab91e3898e6f6523a94a16b6c69e3d362ec /Source/cmCTest.cxx | |
parent | 8b1456e7fd281560d95af3a53261255b4183aa06 (diff) | |
download | CMake-b7e2fe83f849e5876a51f210f9a7654b8fcc00dd.zip CMake-b7e2fe83f849e5876a51f210f9a7654b8fcc00dd.tar.gz CMake-b7e2fe83f849e5876a51f210f9a7654b8fcc00dd.tar.bz2 |
Try to fix update
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index ae5a8a8..bcc04a6 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -554,8 +554,7 @@ int cmCTest::UpdateDirectory() count ++; const char* file = line + 2; //std::cout << "Line" << cc << ": " << mod << " - " << file << std::endl; - std::string logcommand = cvsCommand + " -z3 log -N " + file + - " " + extra_update_opts; + std::string logcommand = cvsCommand + " -z3 log -N " + file; //std::cout << "Do log: " << logcommand << std::endl; std::string output; res = cmSystemTools::RunCommand(logcommand.c_str(), output, |