##// END OF EJS Templates
run-tests: set --home when building with distutils...
Dan Villiom Podlaski Christiansen -
r9883:0a8a43b4 default
parent child Browse files
Show More
@@ -293,7 +293,7 b' def installhg(options):'
293 os.chdir(hgroot)
293 os.chdir(hgroot)
294 cmd = ('%s setup.py %s clean --all'
294 cmd = ('%s setup.py %s clean --all'
295 ' install --force --prefix="%s" --install-lib="%s"'
295 ' install --force --prefix="%s" --install-lib="%s"'
296 ' --install-scripts="%s" >%s 2>&1'
296 ' --install-scripts="%s" --home="" >%s 2>&1'
297 % (sys.executable, pure, INST, PYTHONDIR, BINDIR, installerrs))
297 % (sys.executable, pure, INST, PYTHONDIR, BINDIR, installerrs))
298 vlog("# Running", cmd)
298 vlog("# Running", cmd)
299 if os.system(cmd) == 0:
299 if os.system(cmd) == 0:
General Comments 0
You need to be logged in to leave comments. Login now