summaryrefslogtreecommitdiffstats
path: root/tests/run_tests_local.sh.in
diff options
context:
space:
mode:
authorBala.FA <barumuga@redhat.com>2014-03-07 18:28:09 +0530
committerBala.FA <barumuga@redhat.com>2014-04-28 16:20:46 +0530
commit8f5f4537af7790be386974628c804a7bc719b738 (patch)
treeea134e1411640bdacf116332afc6a82c86ee28b0 /tests/run_tests_local.sh.in
parent79b4c3e202e0ce07d13d28b88f04c4dc79edfb12 (diff)
Initial commitv0.1.0
Change-Id: Ie8fdd046d111a4a46abe0e162985e833323bfd7d Signed-off-by: Bala.FA <barumuga@redhat.com>
Diffstat (limited to 'tests/run_tests_local.sh.in')
-rw-r--r--tests/run_tests_local.sh.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run_tests_local.sh.in b/tests/run_tests_local.sh.in
new file mode 100644
index 0000000..39fc36a
--- /dev/null
+++ b/tests/run_tests_local.sh.in
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ -z "$PYTHON_EXE" ]; then
+ PYTHON_EXE="@PYTHON@"
+fi
+
+PYTHONDONTWRITEBYTECODE=1 LC_ALL=C PYTHONPATH="@top_srcdir@:$PYTHONPATH" "$PYTHON_EXE" @top_srcdir@/tests/testrunner.py $@