summaryrefslogtreecommitdiff
path: root/Tests/CTestUpdateP4.cmake.in
diff options
context:
space:
mode:
authorPedro Navarro <pnavarro@netflix.com>2013-10-31 13:24:57 -0700
committerBrad King <brad.king@kitware.com>2013-11-01 08:52:26 -0400
commit1b54b1d5b7a48e8e804b32a56fc79b34ba1f0978 (patch)
tree46bf996cf965d140caae9885cf1bf3b728bed9bd /Tests/CTestUpdateP4.cmake.in
parent7a616e75b84d692e2df453e889c12d1afdb6c576 (diff)
downloadcmake-1b54b1d5b7a48e8e804b32a56fc79b34ba1f0978.tar.gz
ctest_update: Do not remove the p4 depot name
Instead of removing the depot name, which causes problems when looking at the file change list in CDash, make the Update test remove a given prefix from the files retrieved from Update.xml.
Diffstat (limited to 'Tests/CTestUpdateP4.cmake.in')
-rw-r--r--Tests/CTestUpdateP4.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CTestUpdateP4.cmake.in b/Tests/CTestUpdateP4.cmake.in
index f23bd11f8a..f0420c42f3 100644
--- a/Tests/CTestUpdateP4.cmake.in
+++ b/Tests/CTestUpdateP4.cmake.in
@@ -8,6 +8,7 @@ set(P4_TOP "${TOP}")
set(TOP "${TOP}/@CTestUpdateP4_DIR@")
# Include code common to all update tests.
+set(REPOSITORY_FILE_PREFIX "//ctest/")
include("@CMAKE_CURRENT_SOURCE_DIR@/CTestUpdateCommon.cmake")
#-----------------------------------------------------------------------------