aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-backend.sh
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-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>
2013-10-08From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9245Evan Huus1-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
2013-03-01Whitespace changes: Convert spaces to tabs. Add modelines.Chris Maynard1-15/+16
svn path=/trunk/; revision=47975
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-03-30Add a decryption test suite along with an SSL decryption test. Move ourGerald Combs1-8/+12
growing collection of capture files to a subdirectory. svn path=/trunk/; revision=41852
2012-03-13Add a "fileformats" suite (copied from the I/O suite) to check fileGerald Combs1-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
2008-04-13fix a commentUlf Lamping1-1/+1
svn path=/trunk/; revision=24980
2008-02-23Add some debug info to help in diagnosing buildbot 'run tests' failuresBill Meier1-0/+20
svn path=/trunk/; revision=24447
2007-04-03Propset suite-unittests.sh and add executable to .sh filesJörg Mayer1-0/+0
svn path=/trunk/; revision=21311
2006-10-10Add command-line options: -c disables color, -h prints help, -s runsGerald Combs1-5/+13
a suite. svn path=/trunk/; revision=19479
2006-10-09Return 1 on failure.Gerald Combs1-7/+7
svn path=/trunk/; revision=19464
2006-10-09Make preparations for running under Buildbot:Gerald Combs1-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
2006-08-29use unique variable names to prevent "global variable" side effects -> ↵Ulf Lamping1-2/+2
endless repeating tests of subsections svn path=/trunk/; revision=19077
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-01-05add the possibility for a prepare step before doing the actual test stepUlf Lamping1-1/+11
svn path=/trunk/; revision=16945
2005-12-13add a new directory 'test', currently containing an alpha test (using some ↵Ulf Lamping1-0/+285
simple bash scripts) of the ethereal/tethereal command line parameters. See the file README.test for details. svn path=/trunk/; revision=16788