summaryrefslogtreecommitdiffstats
path: root/Tests/CTestUpdateSVN.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-06-15 18:10:41 (GMT)
committerBrad King <brad.king@kitware.com>2010-06-15 18:10:41 (GMT)
commitb4aa834900f30fb7a2dc1148ba9e947a5bd98ee1 (patch)
tree27a91488ee0459b769a11ea4bc348f2b377d558e /Tests/CTestUpdateSVN.cmake.in
parenta8a10d0f6a6f19170f38a91e51a283af885fb79b (diff)
parentc3781efb28a35f54ed6306354330734994f2c8b1 (diff)
downloadCMake-b4aa834900f30fb7a2dc1148ba9e947a5bd98ee1.zip
CMake-b4aa834900f30fb7a2dc1148ba9e947a5bd98ee1.tar.gz
CMake-b4aa834900f30fb7a2dc1148ba9e947a5bd98ee1.tar.bz2
Merge branch 'ctest-git-flexibility'
Diffstat (limited to 'Tests/CTestUpdateSVN.cmake.in')
-rw-r--r--Tests/CTestUpdateSVN.cmake.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CTestUpdateSVN.cmake.in b/Tests/CTestUpdateSVN.cmake.in
index 509597b..97b2a07 100644
--- a/Tests/CTestUpdateSVN.cmake.in
+++ b/Tests/CTestUpdateSVN.cmake.in
@@ -127,7 +127,7 @@ run_dashboard_command_line(user-binary)
# Test initial checkout and update with a dashboard script.
message("Running CTest Dashboard Script...")
-create_dashboard_script(dashboard.cmake
+create_dashboard_script(dash-binary
"# Subversion command configuration
set(CTEST_SVN_COMMAND \"${SVN}\")
set(CTEST_SVN_UPDATE_OPTIONS
@@ -137,4 +137,4 @@ set(CTEST_CHECKOUT_COMMAND
")
# Run the dashboard script with CTest.
-run_dashboard_script(dashboard.cmake)
+run_dashboard_script(dash-binary)