summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-09-02 15:39:44 +0000
committerMåns Rullgård <mans@mansr.com>2010-09-02 15:39:44 +0000
commit69a9c80bed20026a513505cfb87aa025a4910c15 (patch)
tree5cb3584738c0e00c4977d3fc30685315b7ad8f03 /tests/fate.sh
parent2b50c4f6ccfbc3635d3fc3b96ed461e379125975 (diff)
fate: delete log files ahead of each run
Originally committed as revision 25025 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-xtests/fate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate.sh b/tests/fate.sh
index 734e94d6c4..56729d88bc 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -104,7 +104,7 @@ version=$(${src}/version.sh ${src})
test "$version" = "$(cat version-$slot 2>/dev/null)" && exit 0
echo ${version} >version-$slot
-rm -rf "${build}"
+rm -rf "${build}" *.log
mkdir -p ${build}
configure >configure.log 2>&1 || fail $? "error configuring"