##// END OF EJS Templates
run-tests: expand user in --with-hg...
Mads Kiilerich -
r15942:d7a34c07 stable
parent child Browse files
Show More
@@ -200,6 +200,7 b' def parseargs():'
200 200 options.pure = True
201 201
202 202 if options.with_hg:
203 options.with_hg = os.path.expanduser(options.with_hg)
203 204 if not (os.path.isfile(options.with_hg) and
204 205 os.access(options.with_hg, os.X_OK)):
205 206 parser.error('--with-hg must specify an executable hg script')
General Comments 0
You need to be logged in to leave comments. Login now