Skip to content

Commit e13b63d

Browse files
0xfeeddeadbeefVladimir Kotal
authored andcommitted
Fix: Allow -post-compile-test for SVN to run on Windows
When passing file:// protocol url to svn.exe on Windows, it fails. Use file:/// prefix, with which both Linux and Windows work fine.
1 parent 2936214 commit e13b63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
164164

165165
<!-- need absolute path for svn url -->
166166
<pathconvert property="test.svn.url">
167-
<map from="" to="file://"/>
167+
<map from="" to="file:///"/>
168168
<path location="${build.test.reposroots}/svn"/>
169169
</pathconvert>
170170

0 commit comments

Comments
 (0)