summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-07 00:13:55 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-07 00:13:55 (GMT)
commitc3003ab8c3a4536b3e3d117dba3d88fed2f3f947 (patch)
treea3842c03efa613149bdbcce5366c8abc1dd79bde /Source/ctest.cxx
parente365b64ff63ac5cef570c0728ca564e442b301fc (diff)
downloadCMake-c3003ab8c3a4536b3e3d117dba3d88fed2f3f947.zip
CMake-c3003ab8c3a4536b3e3d117dba3d88fed2f3f947.tar.gz
CMake-c3003ab8c3a4536b3e3d117dba3d88fed2f3f947.tar.bz2
ENH: Improve notes support (now you can specify them with the rest of the command line), improve reading of configuration file (now it actually rereads configuration file after running update/configure/build...). Remember the model (nightly/experimental) across runs
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 1c037b2..86abcdf 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -383,10 +383,7 @@ int main (int argc, char *argv[])
{
inst.m_DartMode = true;
inst.SetTest("Notes");
- inst.Initialize();
- int ires = inst.GenerateNotesFile(args[i+1].c_str());
- inst.Finalize();
- return ires;
+ inst.SetNotesFiles(argv[i+1]);
}
}