Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/runalltests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runalltests.py')
-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']