changeset 10030:cbc93d8ed46a

run-tests: backout d7c23f4a14c7 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.
author Martin Geisler <mg@lazybytes.net>
date Thu, 10 Dec 2009 22:31:10 +0100
parents c4cc230c3277
children c0fa62259d06
files tests/run-tests.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests.py	Thu Dec 10 22:28:09 2009 +0100
+++ b/tests/run-tests.py	Thu Dec 10 22:31:10 2009 +0100
@@ -316,8 +316,8 @@
         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: