mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
CTest: Remove declarative scripting mode
This commit is contained in:
@@ -3,16 +3,15 @@
|
||||
#include "cmCTestRunScriptCommand.h"
|
||||
|
||||
#include "cmCTestScriptHandler.h"
|
||||
#include "cmExecutionStatus.h"
|
||||
#include "cmMakefile.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
|
||||
bool cmCTestRunScriptCommand::InitialPass(std::vector<std::string> const& args,
|
||||
cmExecutionStatus& /*unused*/)
|
||||
cmExecutionStatus& status)
|
||||
{
|
||||
if (args.empty()) {
|
||||
this->CTestScriptHandler->RunCurrentScript();
|
||||
return true;
|
||||
status.SetError("called with incorrect number of arguments");
|
||||
return false;
|
||||
}
|
||||
|
||||
bool np = false;
|
||||
|
||||
Reference in New Issue
Block a user