fate: delete build and install dirs after session
Originally committed as revision 24531 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -69,6 +69,10 @@ fate()(
|
|||||||
${make} ${makeopts} -k fate
|
${make} ${makeopts} -k fate
|
||||||
)
|
)
|
||||||
|
|
||||||
|
clean(){
|
||||||
|
rm -r ${build} ${inst}
|
||||||
|
}
|
||||||
|
|
||||||
report(){
|
report(){
|
||||||
date=$(date -u +%Y%m%d%H%M%S)
|
date=$(date -u +%Y%m%d%H%M%S)
|
||||||
echo "fate:0:${date}:${slot}:${version}:$1:$2" >report
|
echo "fate:0:${date}:${slot}:${version}:$1:$2" >report
|
||||||
@@ -105,3 +109,4 @@ configure >configure.log 2>&1 || fail $? "error configuring"
|
|||||||
compile >compile.log 2>&1 || fail $? "error compiling"
|
compile >compile.log 2>&1 || fail $? "error compiling"
|
||||||
fate >test.log 2>&1 || fail $? "error testing"
|
fate >test.log 2>&1 || fail $? "error testing"
|
||||||
report 0 success
|
report 0 success
|
||||||
|
clean
|
||||||
|
|||||||
Reference in New Issue
Block a user