summaryrefslogtreecommitdiff
path: root/regress-driver
Commit message (Collapse)AuthorAgeFilesLines
* Another try at defeating regression-timing bug.Eric S. Raymond2009-01-181-3/+7
| | | | | | | | | | This turns out to be at least a triple-point failure. Previous changes reduced the frequency and made it less random, but it appears gpsd has an unavoidable race condition when feeding through PTYs that can lose the last input packet. Workaround: compare test output with both the checkfile and the checkfile with its last line removed.
* Allow the regression-test driver to operate with debugging set high.Eric S. Raymond2009-01-181-2/+5
|
* Add option to avoid noise from the baton in batch-mode testing.Eric S. Raymond2009-01-161-3/+4
|
* Simplify the regression-test driver.Eric S. Raymond2009-01-161-3/+3
|
* gsfake hang problem is solved.Eric S. Raymond2009-01-101-15/+0
| | | | | We still have some timing-dependent glitches in the regression tests, though.
* bash is not required.Eric S. Raymond2008-12-311-1/+1
|
* Instead of wiring invocation of python2.4 into gpsfake...Eric S. Raymond2008-12-311-4/+19
| | | | | | ...put logic in the driver script to fall back to 2.4 if available. This can be overridden for testing purposes with the environment variable GPSFAKE_PYTHON.
* Use getopts for argument processing.Eric S. Raymond2007-12-131-18/+34
|
* Cope gracefully if a regression test is missing its check file.Eric S. Raymond2007-12-131-8/+14
|
* Portability tweaks.Eric S. Raymond2007-12-101-1/+1
|
* Document the new regression-test organization.Eric S. Raymond2007-12-101-0/+53