X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=run_tests.sh.in;h=1cb8e170adc361f5618a7a1957de934ad9173871;hb=c1c29651e8a13c090228723684d6f693a6ae8c34;hp=ce0d909788184aecb66006be356db3b63a664737;hpb=59d62134500ea938e6ebb0c0279992e07bf59408;p=debian%2Fgnuradio diff --git a/run_tests.sh.in b/run_tests.sh.in index ce0d9097..1cb8e170 100644 --- a/run_tests.sh.in +++ b/run_tests.sh.in @@ -56,9 +56,6 @@ fi PYTHONPATH="$mylibdir:$mysrcdir:$mypydir:$PYTHONPATH" export PYTHONPATH -# Where to find omnithread library files -gromnidir=@omnithread_LIBDIRPATH@ - # Where to find gruel library files grueldir=@gruel_LIBDIRPATH@ @@ -68,7 +65,7 @@ grcoredir=@gnuradio_core_LIBDIRPATH@ # Construct search path for python modules # Check each one to make sure it's not "" before adding grlibdir="" -for dir in $gromnidir $grcoredir $grueldir +for dir in $grcoredir $grueldir do if [ "$dir" != "" ] then