ENH: Test svn updates with space in author name
This enhances the CTest.UpdateSVN test with a space in the test author name. It will check that author name parsing works correctly.
This commit is contained in:
parent
5b49f22caf
commit
430b376a5b
|
@ -20,7 +20,7 @@ message(" svnadmin = ${SVNADMIN}")
|
|||
# Isolate svn test operations from the user configuration.
|
||||
file(MAKE_DIRECTORY ${TOP}/config)
|
||||
set(SVNCMD ${SVN} --config-dir ${TOP}/config)
|
||||
set(SVNUSER --username testauthor --non-interactive)
|
||||
set(SVNUSER --username "test author" --non-interactive)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Initialize the testing directory.
|
||||
|
|
Loading…
Reference in New Issue