From 2977b2f34bdbb7284bcc6244e85a1fdb657447f2 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Fri, 7 Mar 2014 18:28:09 +0530 Subject: Initial commit Change-Id: I45f91b2017ed59b057d21de52fd94c5c83fcf86f Signed-off-by: Bala.FA --- tests/run_tests.sh.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/run_tests.sh.in (limited to 'tests/run_tests.sh.in') diff --git a/tests/run_tests.sh.in b/tests/run_tests.sh.in new file mode 100644 index 0000000..fe2a476 --- /dev/null +++ b/tests/run_tests.sh.in @@ -0,0 +1,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 $@ -- cgit