diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-04-29 19:16:59 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-04-29 19:16:59 +0000 |
commit | c94cceea9c2262c5b2ad5f215bb9a8ae48b02764 (patch) | |
tree | dbb8174cbf6f1cc45b8de8031b18adb4030509a8 /win-tests.py | |
parent | dc5d469d6574e9fb03bdd793658bb371315b306a (diff) |
Diffstat (limited to 'win-tests.py')
-rw-r--r-- | win-tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win-tests.py b/win-tests.py index 2057db54283f..9c9daa307a25 100644 --- a/win-tests.py +++ b/win-tests.py @@ -25,7 +25,7 @@ For a list of options, run this script with the --help option. """ # $HeadURL: http://svn.apache.org/repos/asf/subversion/branches/1.9.x/win-tests.py $ -# $LastChangedRevision: 1703828 $ +# $LastChangedRevision: 1718291 $ import os, sys, subprocess import filecmp @@ -226,7 +226,7 @@ for opt, val in opts: enable_sasl = 1 base_url = "svn://localhost/" elif opt == '--server-minor-version': - server_minor_version = val + server_minor_version = int(val) elif opt == '--bin': svn_bin = val elif opt in ('-p', '--parallel'): |