summaryrefslogtreecommitdiff
path: root/tests/TESTrun
Commit message (Expand)AuthorAgeFilesLines
* Run the test that fails on OpenBSD only if we're not on OpenBSD.Guy Harris2022-01-301-0/+7
* Use unified diff by default. [skip ci]Denis Ovsienko2022-01-041-1/+3
* Treat "msys" as Windows for test exit statuses. [skip ci]Denis Ovsienko2021-12-021-1/+1
* Adapt TESTrun constants for older Perl. [skip ci]Denis Ovsienko2021-07-231-1/+2
* TESTrun: Show tcpdump version used for testsFrancois-Xavier Le Bail2021-01-061-0/+2
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-1/+1
* TESTrun: add definitions of true and false.Guy Harris2020-06-141-0/+5
* TESTrun: fix copy-and-pasteo.Guy Harris2020-06-141-1/+1
* TESTrun: process the system return value differently on Windows and UN*X.Guy Harris2020-06-131-19/+99
* TESTrun: put white space between flags.Guy Harris2020-06-131-2/+2
* TESTrun: Windowsify one more path.Guy Harris2020-06-131-1/+1
* TESTrun: canonicalize the path of the standard error file.Guy Harris2020-06-131-1/+2
* TESTrun: add and expand comments.Guy Harris2020-06-131-2/+13
* TESTrun: put all redirection at the end of the command line.Guy Harris2020-06-131-1/+1
* TESTrun: use the same code paths on Windows and UN*X.Guy Harris2020-06-131-78/+72
* TESTrun: always return a value from runtest().Guy Harris2020-06-131-0/+1
* TESTrun: I missed one use of $printcmd; use showfile() for it.Guy Harris2020-06-131-1/+1
* TESTrun: use fc, rather than diff, on Windows.Guy Harris2020-06-131-2/+20
* TESTrun: clean up printing of files.Guy Harris2020-06-131-11/+28
* TESTrun: fix some problems when run on Windows.Guy Harris2020-06-111-10/+31
* merge testfuncs.pm into TESTrunMichael Richardson2020-02-111-1/+137
* Do the floating-point tests closer to what we need.Guy Harris2020-02-041-3/+9
* Do some tests based on the type of floating-point arithmetic tcpdump does.Guy Harris2020-02-041-11/+7
* Improve "skipped" messages.Guy Harris2020-02-041-2/+2
* indent the message about skipped testMichael Richardson2020-02-041-2/+2
* removed .passwd/.failed processingMichael Richardson2020-02-041-21/+0
* turn off all shell testsMichael Richardson2020-02-041-18/+1
* if CC=*gcc* is found in Makefile, then set USING_GCCMichael Richardson2020-02-041-3/+16
* process config_setMichael Richardson2020-02-041-10/+65
* use perl hashes for configuration, rather than YAML thingsMichael Richardson2020-02-041-20/+31
* Fix typo mentioned in GitHub issue #819.Guy Harris2020-02-021-1/+1
* Add in the passed and failed counts from subshells.Guy Harris2020-02-021-2/+12
* Temporary fix for GitHub issue #820Guy Harris2020-02-021-0/+10
* use mkpath instead of make_path so that it works on perl 5.8 (Solaris 10)Michael Richardson2020-01-281-3/+3
* Fix Perl shebang in TESTrun.Denis Ovsienko2020-01-261-1/+1
* attempt to die nicely of YAML is not loadableMichael Richardson2020-01-251-1/+2
* initial effort to process YAML format testlistMichael Richardson2020-01-241-8/+43
* translate TESTrun.sh to Perl, still using external routines for complex situa...Michael Richardson2020-01-241-0/+107