summaryrefslogtreecommitdiff
path: root/gr-atsc/src/python/run_tests.in
diff options
context:
space:
mode:
Diffstat (limited to 'gr-atsc/src/python/run_tests.in')
-rw-r--r--gr-atsc/src/python/run_tests.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-atsc/src/python/run_tests.in b/gr-atsc/src/python/run_tests.in
index b83d85bfb..a13c393ae 100644
--- a/gr-atsc/src/python/run_tests.in
+++ b/gr-atsc/src/python/run_tests.in
@@ -18,9 +18,9 @@ libsrc=@abs_top_srcdir@/gr-atsc/src/lib
py=@abs_top_srcdir@/gr-atsc/src/python
# Where to look for GNU Radio python modules in current build tree
-# FIXME this is wrong on a distcheck. We really need to ask gnuradio-core
-# where it put its python files.
-grpythonbld=@abs_top_builddir@/gnuradio-core/src/python/:@abs_top_builddir@/gnuradio-core/src/lib/swig/:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs
+grpythonbld=@abs_top_srcdir@/gnuradio-core/src/python
+grpythonbld=$grpythonbld:@abs_top_builddir@/gnuradio-core/src/lib/swig
+grpythonbld=$grpythonbld:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs
PYTHONPATH="$grpythonbld:$libbld:$libbld/.libs:$libsrc:$py:$PYTHONPATH"
export PYTHONPATH