tests/testlib/pythonpath.sh
author Boris Feld <boris.feld@octobus.net>
Tue, 30 May 2017 14:46:36 +0200
changeset 2518 86f97e7c5aa5
parent 2046 994d81caec68
child 4332 9980df8eda98
permissions -rw-r--r--
test: fix test-evolve-effectflags dates Mercurial < 4.3 don't have default date so add globs in the test-metaedit.t file.

# utility to setup pythonpath to point into the tested repository

export SRCDIR=`dirname $TESTDIR`
if [ -n "$PYTHONPATH" ]; then
    export HGTEST_ORIG_PYTHONPATH=$PYTHONPATH
    export PYTHONPATH=$SRCDIR:$PYTHONPATH
else
    export PYTHONPATH=$SRCDIR
fi