Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2011-05-14 15:06:10 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2011-05-14 15:06:10 (GMT)
commit27e22c91d6da1896cc1eb72119f06c13e66b69fb (patch)
treeaea2b901355fae380d1601068c02bf0484380e49
parent9425fc693d3c095c93c776c90aa2095b78ec0d91 (diff)
runalltests.py: adapt to source layout changes
-rwxr-xr-xtests/runalltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runalltests.py b/tests/runalltests.py
index c39aa12..cbe4225 100755
--- a/tests/runalltests.py
+++ b/tests/runalltests.py
@@ -66,7 +66,7 @@ def setup():
# Run tests on sources instead of on installed files.
basedir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), '..')
- python_path = [os.path.join(basedir, 'src')] + python_path
+ python_path = [basedir] + python_path
environment['PYTHONPATH'] = ':'.join(python_path)
environment['PATH'] = os.path.join(basedir, 'bin')+':'+os.environ['PATH']