summaryrefslogtreecommitdiff
path: root/tests/fate.sh
Commit message (Collapse)AuthorAge
* fate.sh: Allow specifying --as via a specific variableMartin Storsjö2013-05-29
| | | | | | | This simplifies specifying a value containing spaces for this parameter. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Add a --target-samples path parameterMartin Storsjö2013-05-28
| | | | | | | This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate.sh: add support for build-only FATE instancesDiego Biurrun2013-05-21
| | | | | | | If the "build_only" variable is set in the configuration file, the FATE client will skip running tests and just compile all targets. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Allow setting the ld parameter from the config fileMartin Storsjö2012-09-06
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* fate.sh: Ignore errors from rm command during cleanup.Diego Biurrun2011-09-22
| | | | | The install directory being deleted might not be present if the build failed. This can lead to annoying error output if the FATE client is run as a cronjob.
* fate.sh: Run git-pull in quiet mode to avoid console spam.Diego Biurrun2011-09-22
| | | | Since fate.sh can be run from cron, silent commands are preferrable.
* fate: add comment fieldMans Rullgard2011-05-20
| | | | | | | This adds a comment field to the report header, suitable for extra information not covered by the automatic fields. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: allow overriding default build and install dirsMans Rullgard2011-05-20
| | | | | | | This is useful e.g. for building in a different filesystem than where the source is kept. Signed-off-by: Mans Rullgard <mans@mansr.com>
* get rid of the last svn mentionsJanne Grunau2011-03-18
|
* fate: delete log files ahead of each runMåns Rullgård2010-09-02
| | | | Originally committed as revision 25025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: build with --enable-gplMåns Rullgård2010-08-25
| | | | Originally committed as revision 24930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: remove unused variable in fate.shMåns Rullgård2010-08-22
| | | | Originally committed as revision 24870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: allow specifying relative path to config file in fate.shMåns Rullgård2010-08-22
| | | | Originally committed as revision 24866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: store last version in per-slot fileMåns Rullgård2010-08-17
| | | | | | This allows the same workdir to be used by multiple slots. Originally committed as revision 24819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: make tar command configurableMåns Rullgård2010-08-01
| | | | | | | The 'tar' variable should be set to a command writing a tar archive of the named files to stdout, typically "tar c" or "tar cf -" Originally committed as revision 24649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: clean up also after failed runsMåns Rullgård2010-07-27
| | | | Originally committed as revision 24542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: delete build and install dirs after sessionMåns Rullgård2010-07-27
| | | | Originally committed as revision 24531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add fate session scriptMåns Rullgård2010-07-26
Originally committed as revision 24530 to svn://svn.ffmpeg.org/ffmpeg/trunk