author | Bryan O'Sullivan <bryano@fb.com> |
Tue, 27 Nov 2012 13:09:05 -0800 | |
branch | stable |
changeset 1166 | d38c648869bb |
parent 1165 | b0fa589b35b0 |
child 1167 | ca46d3dccb19 |
child 1168 | 96a0960a7909 |
--- a/tests/run-tests.py Tue Nov 27 11:18:33 2012 -0800 +++ b/tests/run-tests.py Tue Nov 27 13:09:05 2012 -0800 @@ -395,7 +395,7 @@ ' --install-scripts="%(bindir)s" %(nohome)s >%(logfile)s 2>&1' % dict(exe=sys.executable, pure=pure, compiler=compiler, base=os.path.join(HGTMP, "build"), - prefix=INST, libdir=PYTHONDIR, bindir=BINDIR, + prefix=INST, libdir=PYTHONDIR, bindir=BINDIR, nohome=nohome, logfile=installerrs)) vlog("# Running", cmd) if os.system(cmd) == 0: