Merge topic 'fix-CTestUpdateSVN-svn1.7'
c785c6b
CTestUpdateSVN: Do not create repo directory first (#13349)
This commit is contained in:
commit
52c080dc27
|
@ -41,7 +41,6 @@ init_testing()
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Create the repository.
|
# Create the repository.
|
||||||
message("Creating repository...")
|
message("Creating repository...")
|
||||||
file(MAKE_DIRECTORY ${TOP}/repo)
|
|
||||||
run_child(
|
run_child(
|
||||||
COMMAND ${SVNADMIN} create --config-dir ${TOP}/config ${TOP}/repo
|
COMMAND ${SVNADMIN} create --config-dir ${TOP}/config ${TOP}/repo
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue