diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index eb88f62..2b7912c 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -475,14 +475,14 @@ private: void BlockTestErrorDiagnostics(); /** - * Initialize a dashboard run in the given build tree. The "script" - * argument is true when running from a command-driven (ctest_start) - * dashboard script, and false when running from the CTest command + * Initialize a dashboard run in the given build tree. The "command" + * argument is non-NULL when running from a command-driven (ctest_start) + * dashboard script, and NULL when running from the CTest command * line. Note that a declarative dashboard script does not actually * call this method because it sets CTEST_COMMAND to drive a build * through the ctest command line. */ - int Initialize(const char* binary_dir, bool script); + int Initialize(const char* binary_dir, cmCTestStartCommand* command); //! parse the option after -D and convert it into the appropriate steps bool AddTestsForDashboardType(std::string &targ); |