summaryrefslogtreecommitdiffstats
path: root/tests/run_tests.sh.in
blob: ff91cdb95b85329e59c10f99eb3e26c4ea2e79b3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
if [ -z "$PYTHON_EXE" ]; then
    PYTHON_EXE="@PYTHON@"
fi

prefix="@prefix@"
exec_prefix="@exec_prefix@"
pyexecdir="@pyexecdir@"
LC_ALL=C PYTHONPATH="@glusternagioscommonpylibdir@:" "$PYTHON_EXE" @top_srcdir@/tests/testrunner.py $@