Commit 67c447a6 authored by Måns Rullgård's avatar Måns Rullgård

Fix running regression tests on remote targets

Originally committed as revision 18251 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 11b93979
......@@ -29,7 +29,7 @@ bench2="$datadir/$this.bench2.tmp"
raw_src="${target_path}/$3/%02d.pgm"
raw_dst="$datadir/$this.out.yuv"
raw_ref="$datadir/$2.ref.yuv"
pcm_src="$datadir/asynth1.sw"
pcm_src="$target_datadir/asynth1.sw"
pcm_dst="$datadir/$this.out.wav"
pcm_ref="$datadir/$2.ref.wav"
crcfile="$datadir/$this.crc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment