summaryrefslogtreecommitdiff
path: root/Tests/CTestTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-19 13:25:30 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-19 13:25:30 -0400
commitbb20ea506011be771408c38b1a3217bd18567083 (patch)
tree4fb8d88933359ce2d0ee0c73c8a5febd8d7339c2 /Tests/CTestTest
parenteb6fb9eb8eb061b04d1007f377a1d2293bc272e7 (diff)
downloadcmake-bb20ea506011be771408c38b1a3217bd18567083.tar.gz
ENH: Display version of ctest first
Diffstat (limited to 'Tests/CTestTest')
-rw-r--r--Tests/CTestTest/test.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CTestTest/test.cmake.in b/Tests/CTestTest/test.cmake.in
index 7bf85f982a..b77b26bc6b 100644
--- a/Tests/CTestTest/test.cmake.in
+++ b/Tests/CTestTest/test.cmake.in
@@ -13,6 +13,7 @@ SET (CTEST_BINARY_NAME kwsysBin)
# which ctest command to use for running the dashboard
SET (CTEST_COMMAND
+ "\"${CTEST_EXECUTABLE_NAME}\" --version"
"\"${CTEST_EXECUTABLE_NAME}\" -D Experimental -A \"${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}\""
)