summaryrefslogtreecommitdiff
path: root/regress-driver
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-01-10 06:25:34 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-01-10 06:25:34 +0000
commitebd78d0de9da37ecf81d66cba27493f9b6d106b0 (patch)
tree72aa45ec18667241be9425057c70b266b4ee251d /regress-driver
parent198c0bdd24684eff41371b458c61a0e80f9cd588 (diff)
downloadgpsd-ebd78d0de9da37ecf81d66cba27493f9b6d106b0.tar.gz
gsfake hang problem is solved.
We still have some timing-dependent glitches in the regression tests, though.
Diffstat (limited to 'regress-driver')
-rwxr-xr-xregress-driver15
1 files changed, 0 insertions, 15 deletions
diff --git a/regress-driver b/regress-driver
index 1f1d4dad..abd87fbc 100755
--- a/regress-driver
+++ b/regress-driver
@@ -7,21 +7,6 @@
PATH=.:$PATH
export PATH
-# This works around an obscure bug in pty handling that we encounter
-# when using 2.5.x built with gcc 4.3.2 or later. The symptom is simple:
-# gpsfake hangs. For debugging purposes, you can force the version by
-# setting the nvironment variable GPSFAKE_PYTHON.
-python=python
-if [ "$GPSFAKE_PYTHON" ]
-then
- python=$GPSFAKE_PYTHON
- echo "Using $python."
-elif [ -x /usr/bin/python2.4 ]
-then
- python=python2.4
- echo "Using $python."
-fi
-
mode=regress
while getopts trbvo:n opt
do