From 8f5f4537af7790be386974628c804a7bc719b738 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Fri, 7 Mar 2014 18:28:09 +0530 Subject: Initial commit Change-Id: Ie8fdd046d111a4a46abe0e162985e833323bfd7d Signed-off-by: Bala.FA --- tests/run_tests.sh.in | 9 +++++++++ 1 file changed, 9 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..ff91cdb --- /dev/null +++ b/tests/run_tests.sh.in @@ -0,0 +1,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 $@ -- cgit