run-tests: backout 255e2d0db0a0

We no longer have any data files, so this is no longer needed. Augie
Fackler reported on IRC that this "hack" had never worked for him in
the first place.
This commit is contained in:
Martin Geisler 2009-12-10 22:31:10 +01:00
parent b3d1267494
commit 8222ff8d65

View File

@ -316,8 +316,8 @@ def installhg(options):
nohome = ''
cmd = ('%s setup.py %s clean --all'
' install --force --prefix="%s" --install-lib="%s"'
' --install-scripts="%s" --install-data="%s" %s >%s 2>&1'
% (sys.executable, pure, INST, PYTHONDIR, BINDIR, INST, nohome,
' --install-scripts="%s" %s >%s 2>&1'
% (sys.executable, pure, INST, PYTHONDIR, BINDIR, nohome,
installerrs))
vlog("# Running", cmd)
if os.system(cmd) == 0: