aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-backend.sh
Commit message (Collapse)AuthorAgeFilesLines
* test.sh: Don't abort on failed testJoão Valverde2016-08-061-2/+0
| | | | | | | | | This behavior severely limits the usefulness of the test suite. An option to configure it would still be nice. Change-Id: I2bc96a043cc4ec76f334a3bfe48967703ef1be5e Reviewed-on: https://code.wireshark.org/review/16890 Reviewed-by: João Valverde <j@v6e.pt>
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-2/+0
| | | | | | | | (Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9245Evan Huus2013-10-081-0/+5
| | | | | | | | | | Fix test suite so that it doesn't attempt to use color if ncurses is not installed. This came up when I attempted to use the test suite under Windows with cygwin installed but not ncurses. The result is not entirely broken but the error messages saying that "tput is not a valid command" make the menus and results difficult to read. svn path=/trunk/; revision=52449
* Whitespace changes: Convert spaces to tabs. Add modelines.Chris Maynard2013-03-011-15/+16
| | | | svn path=/trunk/; revision=47975
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
| | | | | | (COPYING will be updated in next commit) svn path=/trunk/; revision=43536
* Add a decryption test suite along with an SSL decryption test. Move ourGerald Combs2012-03-301-8/+12
| | | | | | growing collection of capture files to a subdirectory. svn path=/trunk/; revision=41852
* Add a "fileformats" suite (copied from the I/O suite) to check fileGerald Combs2012-03-131-5/+5
| | | | | | | | | format conversion. So far we check nanosecond pcap, microsecond pcap-ng and nanosecond pcap-ng against standard pcap. Fix color output on OS X. svn path=/trunk/; revision=41541
* fix a commentUlf Lamping2008-04-131-1/+1
| | | | svn path=/trunk/; revision=24980
* Add some debug info to help in diagnosing buildbot 'run tests' failuresBill Meier2008-02-231-0/+20
| | | | svn path=/trunk/; revision=24447
* Propset suite-unittests.sh and add executable to .sh filesJörg Mayer2007-04-031-0/+0
| | | | svn path=/trunk/; revision=21311
* Add command-line options: -c disables color, -h prints help, -s runsGerald Combs2006-10-101-5/+13
| | | | | | a suite. svn path=/trunk/; revision=19479
* Return 1 on failure.Gerald Combs2006-10-091-7/+7
| | | | svn path=/trunk/; revision=19464
* Make preparations for running under Buildbot:Gerald Combs2006-10-091-23/+44
| | | | | | | | | | | | - Check for an "all" argument at startup. If it's present, then proceed with testing. - Add a platform check. Use it to handle cases where we can't run as a normal user, e.g. trying to capture under Linux. - Add a "Skipped" result. svn path=/trunk/; revision=19461
* use unique variable names to prevent "global variable" side effects -> ↵Ulf Lamping2006-08-291-2/+2
| | | | | | endless repeating tests of subsections svn path=/trunk/; revision=19077
* name changeRonnie Sahlberg2006-05-211-2/+2
| | | | svn path=/trunk/; revision=18197
* add the possibility for a prepare step before doing the actual test stepUlf Lamping2006-01-051-1/+11
| | | | svn path=/trunk/; revision=16945
* add a new directory 'test', currently containing an alpha test (using some ↵Ulf Lamping2005-12-131-0/+285
simple bash scripts) of the ethereal/tethereal command line parameters. See the file README.test for details. svn path=/trunk/; revision=16788