##// END OF EJS Templates
run-tests: backout d7c23f4a14c7...
Martin Geisler -
r10030:cbc93d8e default
parent child Browse files
Show More
@@ -316,8 +316,8 b' def installhg(options):'
316 nohome = ''
316 nohome = ''
317 cmd = ('%s setup.py %s clean --all'
317 cmd = ('%s setup.py %s clean --all'
318 ' install --force --prefix="%s" --install-lib="%s"'
318 ' install --force --prefix="%s" --install-lib="%s"'
319 ' --install-scripts="%s" --install-data="%s" %s >%s 2>&1'
319 ' --install-scripts="%s" %s >%s 2>&1'
320 % (sys.executable, pure, INST, PYTHONDIR, BINDIR, INST, nohome,
320 % (sys.executable, pure, INST, PYTHONDIR, BINDIR, nohome,
321 installerrs))
321 installerrs))
322 vlog("# Running", cmd)
322 vlog("# Running", cmd)
323 if os.system(cmd) == 0:
323 if os.system(cmd) == 0:
General Comments 0
You need to be logged in to leave comments. Login now