From d4b186248faec6053f7568bcea94fdc0ec9c3f6b Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 23 Dec 2009 17:26:57 +0000 Subject: [PATCH] Specify the trigger site for ctest git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6977 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- buildtools/Cmake/CTestConfig.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildtools/Cmake/CTestConfig.cmake b/buildtools/Cmake/CTestConfig.cmake index aeea557df8..8bfd634b47 100644 --- a/buildtools/Cmake/CTestConfig.cmake +++ b/buildtools/Cmake/CTestConfig.cmake @@ -40,4 +40,6 @@ SET (CTEST_PROJECT_NAME "Simgrid") SET (CTEST_DROP_METHOD "http") SET (CTEST_DROP_SITE "cdash.inria.fr/CDash") SET (CTEST_DROP_LOCATION "/submit.php?project=Simgrid") -SET (CTEST_DROP_SITE_CDASH TRUE) \ No newline at end of file +SET (CTEST_DROP_SITE_CDASH TRUE) +SET (CTEST_TRIGGER_SITE "http://cdash.inria.fr/CDash/cgi-bin/Submit-Random-TestingResults.cgi") + \ No newline at end of file -- 2.20.1