From 2db264d5453536301fb81a8427df89843210e770 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 16 Jun 2016 22:30:12 +0300 Subject: vsp-lib: Don't pass WPF index and format to comparison functions The information is already known to the pipeline configuration functions, store it internally and reuse it instead of having to pass it explicitly. Signed-off-by: Laurent Pinchart --- tests/vsp-unit-test-0003.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vsp-unit-test-0003.sh') diff --git a/tests/vsp-unit-test-0003.sh b/tests/vsp-unit-test-0003.sh index c79cc8a..9b04b60 100755 --- a/tests/vsp-unit-test-0003.sh +++ b/tests/vsp-unit-test-0003.sh @@ -23,7 +23,7 @@ test_scale() { $vsp_runner $mdev input 0 $format & $vsp_runner $mdev output 0 $format - result=$(compare_frames exact scaled $format 0) + result=$(compare_frames exact scaled) test_complete $result } -- cgit v1.2.3