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-0004.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vsp-unit-test-0004.sh') diff --git a/tests/vsp-unit-test-0004.sh b/tests/vsp-unit-test-0004.sh index fd49af1..12a2545 100755 --- a/tests/vsp-unit-test-0004.sh +++ b/tests/vsp-unit-test-0004.sh @@ -21,7 +21,7 @@ test_histogram() { $vsp_runner $mdev input 0 $format & $vsp_runner $mdev output 0 $format - result=$(compare_histograms $format 0) + result=$(compare_histograms) test_complete $result } -- cgit v1.2.3