summaryrefslogtreecommitdiff
path: root/run_tests.sh.in
diff options
context:
space:
mode:
authorJohnathan Corgan2010-04-27 00:06:16 -0700
committerJohnathan Corgan2010-04-27 00:06:16 -0700
commit910d207edfec4ceeb431c4063dfb1d5b2801198f (patch)
tree044b6e793977193614e116e0f587bc5a4a76b828 /run_tests.sh.in
parentc6ad778bda302a9abfe3f1a905d1a80ee34c60a6 (diff)
downloadgnuradio-910d207edfec4ceeb431c4063dfb1d5b2801198f.tar.gz
gnuradio-910d207edfec4ceeb431c4063dfb1d5b2801198f.tar.bz2
gnuradio-910d207edfec4ceeb431c4063dfb1d5b2801198f.zip
Missed updates for omnithread/mblock removal
Diffstat (limited to 'run_tests.sh.in')
-rw-r--r--run_tests.sh.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/run_tests.sh.in b/run_tests.sh.in
index ce0d90978..1cb8e170a 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