# HG changeset patch # User Bryan O'Sullivan # Date 1354050545 28800 # Node ID 0e2850a6fcdd9b28359941f099f04f635b97af27 # Parent ae20cde050c2d37382fd3a618de255c64413773a run-tests: fix an unnoticed check-code violation diff -r ae20cde050c2 -r 0e2850a6fcdd tests/run-tests.py --- 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: