Skip to content
Snippets Groups Projects
Commit 67c447a6 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

Fix running regression tests on remote targets

Originally committed as revision 18251 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 11b93979
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ bench2="$datadir/$this.bench2.tmp" ...@@ -29,7 +29,7 @@ bench2="$datadir/$this.bench2.tmp"
raw_src="${target_path}/$3/%02d.pgm" raw_src="${target_path}/$3/%02d.pgm"
raw_dst="$datadir/$this.out.yuv" raw_dst="$datadir/$this.out.yuv"
raw_ref="$datadir/$2.ref.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_dst="$datadir/$this.out.wav"
pcm_ref="$datadir/$2.ref.wav" pcm_ref="$datadir/$2.ref.wav"
crcfile="$datadir/$this.crc" crcfile="$datadir/$this.crc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment