diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-03 13:40:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-03 13:40:16 (GMT) |
commit | de57a86298c761bd98f5f5e96a11fd1f51a99b70 (patch) | |
tree | d37b93421dcabd393b22dbc58e3fe9e09164264c /Source/CTest/cmCTestTestCommand.cxx | |
parent | c7feef30e2655bbb433050bb32f11dd4b053f227 (diff) | |
download | CMake-de57a86298c761bd98f5f5e96a11fd1f51a99b70.zip CMake-de57a86298c761bd98f5f5e96a11fd1f51a99b70.tar.gz CMake-de57a86298c761bd98f5f5e96a11fd1f51a99b70.tar.bz2 |
ENH: Cleanups
Diffstat (limited to 'Source/CTest/cmCTestTestCommand.cxx')
-rw-r--r-- | Source/CTest/cmCTestTestCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestTestCommand.cxx b/Source/CTest/cmCTestTestCommand.cxx index 7588135..c0a48f3 100644 --- a/Source/CTest/cmCTestTestCommand.cxx +++ b/Source/CTest/cmCTestTestCommand.cxx @@ -31,7 +31,7 @@ bool cmCTestTestCommand::InitialPass( const char* build_dir = args[0].c_str(); const char* res_var = args[1].c_str(); - m_CTest->SetDartConfiguration("BuildDirectory", build_dir); + m_CTest->SetCTestConfiguration("BuildDirectory", build_dir); cmCTestGenericHandler* handler = m_CTest->GetHandler("test"); if ( !handler ) |