History | View | Annotate | Download (1.39 KB)
fix servertest in out of tree builds
Originally committed as revision 13631 to svn://svn.ffmpeg.org/ffmpeg/trunk
sleep seems needed to wait for feed to be setup
Originally committed as revision 13549 to svn://svn.ffmpeg.org/ffmpeg/trunk
use short option
Originally committed as revision 13371 to svn://svn.ffmpeg.org/ffmpeg/trunk
simplify, use ffserver launch directive
Originally committed as revision 13367 to svn://svn.ffmpeg.org/ffmpeg/trunk
no need to sleep to hide crashes
Originally committed as revision 13225 to svn://svn.ffmpeg.org/ffmpeg/trunk
This shell script is not bash-specific.
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 inother 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.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.
Originally committed as revision 9254 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix 'rm -r' vs 'rm -f' typo.
Originally committed as revision 8145 to svn://svn.ffmpeg.org/ffmpeg/trunk
1l, clean up feed1.ffm after finishing the server test
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 runs, really).
Originally committed as revision 8074 to svn://svn.ffmpeg.org/ffmpeg/trunk
allow spaces in source and build directory namesout of tree builds from a source dir with spaces is impossibledue 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.conf
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.
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 behavior of sort changing with locales)
Originally committed as revision 5058 to svn://svn.ffmpeg.org/ffmpeg/trunk
COSMETICS: Remove all trailing whitespace.
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 makes any difference
Originally committed as revision 4690 to svn://svn.ffmpeg.org/ffmpeg/trunk
disabled file based tests
Originally committed as revision 2148 to svn://svn.ffmpeg.org/ffmpeg/trunk
fixed test.conf path
Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 1818 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 1776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 1775 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add a file serving test as well
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 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 OK
Originally committed as revision 1357 to svn://svn.ffmpeg.org/ffmpeg/trunk
First shot at the ffserver regression tests. All feedback received withinterest
Originally committed as revision 1336 to svn://svn.ffmpeg.org/ffmpeg/trunk