OSDN Git Service

Remove temporary files in lavfi-pixfmts test
authorMåns Rullgård <mans@mansr.com>
Sun, 1 Aug 2010 10:47:41 +0000 (10:47 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 1 Aug 2010 10:47:41 +0000 (10:47 +0000)
Originally committed as revision 24646 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/lavfi-regression.sh

index 691b0f8..6dc55b5 100755 (executable)
@@ -82,6 +82,7 @@ if [ -n "$do_pixfmts_be" ] || [ -n "$do_pixfmts_le" ]; then
             output=pixfmts-${filter}-${pix_fmt}.nut
             do_video_encoding $output "" \
                 "-vf slicify=random,format=$pix_fmt,$filter_args -vcodec rawvideo -pix_fmt $pix_fmt"
+            rm ${outfile}${output}
         done
     done
 fi