summaryrefslogtreecommitdiff
path: root/tests/ffserver-regression.sh
Commit message (Collapse)AuthorAge
* Make ffserver regression test run (still fails)Måns Rullgård2010-03-08
| | | | Originally committed as revision 22305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: move md5sum wrappers into separate fileMåns Rullgård2010-03-08
| | | | | | | | ffserver-regression.sh doesn't need anything else from regression-funcs.sh, and sourcing the entire file there breaks things. Originally committed as revision 22304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common regression test functions in ffserver regression test script.Diego Biurrun2009-12-26
| | | | | | This makes the ffserver regression test more portable. Originally committed as revision 20925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace ` ` syntax by $( ) in regression test shell scripts.Diego Biurrun2009-12-26
| | | | | | The latter syntax variant is more readable and easier to nest. Originally committed as revision 20924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip creation of tests/data directory in individual regression test scripts.Diego Biurrun2009-03-30
| | | | | | It is already being taken care of by the Makefile. Originally committed as revision 18248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun2009-03-30
Originally committed as revision 18243 to svn://svn.ffmpeg.org/ffmpeg/trunk