tests/run-tests.py
changeset 10020 d7c23f4a14c7
parent 10013 b2e87fde6806
child 10030 cbc93d8ed46a
--- a/tests/run-tests.py	Sun Dec 06 23:28:49 2009 +0100
+++ b/tests/run-tests.py	Sat Dec 05 23:16:09 2009 +0100
@@ -316,8 +316,8 @@
         nohome = ''
     cmd = ('%s setup.py %s clean --all'
            ' install --force --prefix="%s" --install-lib="%s"'
-           ' --install-scripts="%s" %s >%s 2>&1'
-           % (sys.executable, pure, INST, PYTHONDIR, BINDIR, nohome,
+           ' --install-scripts="%s" --install-data="%s" %s >%s 2>&1'
+           % (sys.executable, pure, INST, PYTHONDIR, BINDIR, INST, nohome,
               installerrs))
     vlog("# Running", cmd)
     if os.system(cmd) == 0: