Browse Source

Skip creation of tests/data directory in individual regression test scripts.
It is already being taken care of by the Makefile.

Originally committed as revision 18248 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun 16 years ago
parent
commit
7a8d0e9700
2 changed files with 0 additions and 6 deletions
  1. 0 3
      tests/codec-regression.sh
  2. 0 3
      tests/ffserver-regression.sh

+ 0 - 3
tests/codec-regression.sh

@@ -45,9 +45,6 @@ else
     do_md5sum() { echo No md5sum program found; }
 fi
 
-# create the data directory if it does not exist
-mkdir -p $datadir
-
 FFMPEG_OPTS="-y -flags +bitexact -dct fastint -idct simple -sws_flags +accurate_rnd+bitexact"
 
 do_ffmpeg()

+ 0 - 3
tests/ffserver-regression.sh

@@ -1,8 +1,5 @@
 #!/bin/sh
 
-# Make sure that the data directory exists
-mkdir -p tests/data
-
 #perl -e 'chomp($wd = `pwd`); print map { s!tests/data/!!; "<Stream $_>\nFile $wd/tests/data/$_\n</Stream>\n\n" } @ARGV' tests/data/a* >> tests/data/ffserver.conf
 #perl -e 'chomp($wd = `pwd`); print map { s!tests/data/!!; "<Stream $_.asf>\nFile $wd/tests/data/$_\n</Stream>\n\n" } @ARGV' tests/data/a* >> tests/data/ffserver.conf