summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitCommand.cxx
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2018-11-20 15:29:08 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2018-11-20 20:23:59 (GMT)
commit36bbd07a765820ddbcaef3db4e2a78d95910f5e1 (patch)
tree7c91563fb9a8e6ee0f5185c10421d2ea0cea0a83 /Source/CTest/cmCTestSubmitCommand.cxx
parente1dfe8cee619be2db2dcccfae5381376d336c6a3 (diff)
downloadCMake-36bbd07a765820ddbcaef3db4e2a78d95910f5e1.zip
CMake-36bbd07a765820ddbcaef3db4e2a78d95910f5e1.tar.gz
CMake-36bbd07a765820ddbcaef3db4e2a78d95910f5e1.tar.bz2
CDashUpload: Use the query part of the submit url as field
Diffstat (limited to 'Source/CTest/cmCTestSubmitCommand.cxx')
-rw-r--r--Source/CTest/cmCTestSubmitCommand.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/CTest/cmCTestSubmitCommand.cxx b/Source/CTest/cmCTestSubmitCommand.cxx
index 34adb4a..60029ab 100644
--- a/Source/CTest/cmCTestSubmitCommand.cxx
+++ b/Source/CTest/cmCTestSubmitCommand.cxx
@@ -23,8 +23,6 @@ cmCTestGenericHandler* cmCTestSubmitCommand::InitializeHandler()
const char* ctestTriggerSite =
this->Makefile->GetDefinition("CTEST_TRIGGER_SITE");
bool ctestDropSiteCDash = this->Makefile->IsOn("CTEST_DROP_SITE_CDASH");
- const char* ctestProjectName =
- this->Makefile->GetDefinition("CTEST_PROJECT_NAME");
if (!ctestDropMethod) {
ctestDropMethod = "http";
}
@@ -37,8 +35,6 @@ cmCTestGenericHandler* cmCTestSubmitCommand::InitializeHandler()
// error: CDash requires CTEST_DROP_LOCATION definition
// in CTestConfig.cmake
}
- this->CTest->SetCTestConfiguration("ProjectName", ctestProjectName,
- this->Quiet);
this->CTest->SetCTestConfiguration("DropMethod", ctestDropMethod,
this->Quiet);
this->CTest->SetCTestConfiguration("DropSite", ctestDropSite, this->Quiet);