The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=12536
======================================================================
Reported By: ycollet
Assigned To:
======================================================================
Project: CMake
Issue ID: 12536
Category: CTest
Reproducibility: have not tried
Severity: feature
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-10-24 04:29 EDT
Last Modified: 2011-10-24 04:29 EDT
======================================================================
Summary: Add a local drop method
Description:
For my project, I have no distant server which can receive results from ctest.
So, It should be a good idea to have a local drop method.
Something like:
set(CTEST_DROP_METHOD cp) # cp for a local drop
set(CTEST_TRIGGER_SITE "")
set(CTEST_DROP_SITE_USER "")
# set(CTEST_DROP_SITE "e") -> This variable should not be taken into account
for linux windows support. The complete path
(with drive letter) is handled by
CTEST_DROP_LOCATION
set(CTEST_DROP_LOCATION "e:/Sources/Arc2d_Rep/trunk/tests/Results") # Windows
set(CTEST_DROP_LOCATION "/opt/Sources/Arc2d_Rep/trunk/tests/Results") # Linux
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-10-24 04:29 ycollet New Issue
======================================================================
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers