From 6bc72f272520323e333d52b6cd09365238d7983e Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 17 Jun 2016 00:08:12 +0300 Subject: vsp-lib: Store the number of BRU inputs internally Instead of getting the number of BRU inputs from an explicit argument to the compare_frames function, store it internally when configuring the pipeline. This simplifies the test scripts by removing the reftype argument to the compare_frames function. Signed-off-by: Laurent Pinchart --- tests/vsp-unit-test-0007.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vsp-unit-test-0007.sh') diff --git a/tests/vsp-unit-test-0007.sh b/tests/vsp-unit-test-0007.sh index fa45422..0004ac8 100755 --- a/tests/vsp-unit-test-0007.sh +++ b/tests/vsp-unit-test-0007.sh @@ -23,7 +23,7 @@ test_bru() { done $vsp_runner $mdev output 0 $format - result=$(compare_frames fuzzy composed-$ninputs) + result=$(compare_frames fuzzy) test_complete $result } -- cgit v1.2.3