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

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