changeset 7140:beeeb0cd73e7

merge with crew
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 18 Oct 2008 21:11:44 +0200
parents bcbba59e233d (diff) 0c63b87d9bce (current diff)
children 8d1bdaf842de
files
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests.py	Sat Oct 18 20:50:08 2008 +0200
+++ b/tests/run-tests.py	Sat Oct 18 21:11:44 2008 +0200
@@ -176,7 +176,7 @@
     # Run installer in hg root
     os.chdir(os.path.join(os.path.dirname(sys.argv[0]), '..'))
     cmd = ('%s setup.py clean --all'
-           ' install --force --home="%s" --install-lib="%s"'
+           ' install --force --prefix="%s" --install-lib="%s"'
            ' --install-scripts="%s" >%s 2>&1'
            % (sys.executable, INST, PYTHONDIR, BINDIR, installerrs))
     vlog("# Running", cmd)
--- a/tests/test-permissions	Sat Oct 18 20:50:08 2008 +0200
+++ b/tests/test-permissions	Sat Oct 18 21:11:44 2008 +0200
@@ -23,3 +23,5 @@
 hg status
 chmod -rx dir
 hg status
+# reenable perm to allow deletion
+chmod +rx dir