[FFmpeg-cvslog] r24531 - trunk/tests/fate.sh
mru
subversion
Tue Jul 27 03:08:45 CEST 2010
Author: mru
Date: Tue Jul 27 03:08:44 2010
New Revision: 24531
Log:
fate: delete build and install dirs after session
Modified:
trunk/tests/fate.sh
Modified: trunk/tests/fate.sh
==============================================================================
--- trunk/tests/fate.sh Tue Jul 27 01:44:09 2010 (r24530)
+++ trunk/tests/fate.sh Tue Jul 27 03:08:44 2010 (r24531)
@@ -69,6 +69,10 @@ fate()(
${make} ${makeopts} -k fate
)
+clean(){
+ rm -r ${build} ${inst}
+}
+
report(){
date=$(date -u +%Y%m%d%H%M%S)
echo "fate:0:${date}:${slot}:${version}:$1:$2" >report
@@ -105,3 +109,4 @@ configure >configure.log 2>&1 || fail $?
compile >compile.log 2>&1 || fail $? "error compiling"
fate >test.log 2>&1 || fail $? "error testing"
report 0 success
+clean
More information about the ffmpeg-cvslog
mailing list