Merge branch 'ctest-add_subdirectory-crash' into release

This commit is contained in:
Brad King 2015-07-27 11:15:50 -04:00
commit 59f4d9e85c
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ bool cmCTestAddSubdirectoryCommand
cmSystemTools::ChangeDirectory(cwd);
std::string fname = cwd;
fname += "/";
fname += args[1];
fname += args[0];
if ( !cmSystemTools::FileExists(fname.c_str()) )
{