diff options
| author | Bala.FA <barumuga@redhat.com> | 2014-03-07 18:28:09 +0530 |
|---|---|---|
| committer | Bala.FA <barumuga@redhat.com> | 2014-04-29 10:14:32 +0530 |
| commit | 2977b2f34bdbb7284bcc6244e85a1fdb657447f2 (patch) | |
| tree | 5e1e49207287b7ed8bddaefa5c6b58d07207ebc0 /tests/run_tests_local.sh.in | |
| parent | 4e1a40a920e6b2ee1be9f51b0f2a2f875ca790d3 (diff) | |
Initial commitv0.1.0
Change-Id: I45f91b2017ed59b057d21de52fd94c5c83fcf86f
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.in | 6 |
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 $@ |
