summaryrefslogtreecommitdiff
path: root/tests/server-regression.sh
Commit message (Collapse)AuthorAge
* fix servertest in out of tree buildsMåns Rullgård2008-06-02
| | | | Originally committed as revision 13631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sleep seems needed to wait for feed to be setupBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use short optionBaptiste Coudurier2008-05-25
| | | | Originally committed as revision 13371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use ffserver launch directiveBaptiste Coudurier2008-05-24
| | | | Originally committed as revision 13367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to sleep to hide crashesBaptiste Coudurier2008-05-21
| | | | Originally committed as revision 13225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This shell script is not bash-specific.Diego Biurrun2008-02-16
| | | | Originally committed as revision 12124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove check for the availability of the -u diff flag, we require it inDiego Biurrun2008-02-16
| | | | | | other places without checking for its availability already. Originally committed as revision 12123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge tests Makefile into the top-level Makefile.Diego Biurrun2007-06-07
| | | | | | This gets rid of some recursion and simplifies the code. Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The server configuration file is passed as a command line parameter.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 'rm -r' vs 'rm -f' typo.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l, clean up feed1.ffm after finishing the server testAlex Beregszaszi2007-02-22
| | | | Originally committed as revision 8075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the server regression test (it produced for me identical results in more ↵Alex Beregszaszi2007-02-22
| | | | | | runs, really). Originally committed as revision 8074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't try to test streams which are commented out in test.confAurelien Jacobs2006-02-26
| | | | Originally committed as revision 5068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use BSD-compatible expr syntax and change test -ne to test != for portability.Diego Biurrun2006-02-24
| | | | Originally committed as revision 5060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get ride of perl and sort in ffserver regtest (and avoid problem with ↵Aurelien Jacobs2006-02-23
| | | | | | behavior of sort changing with locales) Originally committed as revision 5058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove -e debug=off, unsupported my some wget versions (1.9), and doesnt ↵Alex Beregszaszi2005-11-13
| | | | | | makes any difference Originally committed as revision 4690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabled file based testsFabrice Bellard2003-08-24
| | | | Originally committed as revision 2148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed test.conf pathFabrice Bellard2003-07-16
| | | | Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Making AVI encoding predictable (all JUNK chunks are filled with 0)Roman Shaposhnik2003-04-24
| | | | | | | * Updating regression refs * Making server-regression.sh work on Solaris Originally committed as revision 1818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Actually make the sort function do some sorting (data needs to be on own ↵Philip Gladstone2003-04-15
| | | | | | | | lines) * Revise the regression results Originally committed as revision 1776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Removed ffmpeg output during encoding runs. Now only print out errorsPhilip Gladstone2003-04-15
| | | | | | * Try to fix mysterious sort order issue in ffserver tests Originally committed as revision 1775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a file serving test as wellPhilip Gladstone2003-04-12
| | | | Originally committed as revision 1763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use proxy and suppress verbose output patch by (Roumen Petrov <help at ↵Roumen Petrov2003-03-30
| | | | | | roumenpetrov dot info>) Originally committed as revision 1717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that if you abort the server regression tests, then it doesn't say OKPhilip Gladstone2002-12-22
| | | | Originally committed as revision 1357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First shot at the ffserver regression tests. All feedback received withPhilip Gladstone2002-12-12
interest Originally committed as revision 1336 to svn://svn.ffmpeg.org/ffmpeg/trunk