summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-19 17:25:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-19 17:25:30 (GMT)
commitbb20ea506011be771408c38b1a3217bd18567083 (patch)
tree4fb8d88933359ce2d0ee0c73c8a5febd8d7339c2 /Tests/CTestTest
parenteb6fb9eb8eb061b04d1007f377a1d2293bc272e7 (diff)
downloadCMake-bb20ea506011be771408c38b1a3217bd18567083.zip
CMake-bb20ea506011be771408c38b1a3217bd18567083.tar.gz
CMake-bb20ea506011be771408c38b1a3217bd18567083.tar.bz2
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 7bf85f9..b77b26b 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}\""
)