summaryrefslogtreecommitdiff
path: root/tests/vsp-unit-test-0007.sh
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-06-17 00:08:12 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-06-19 15:26:01 +0300
commit6bc72f272520323e333d52b6cd09365238d7983e (patch)
tree82c0bb45a34992b0af4eb25cfa426ca9d9c4cbe3 /tests/vsp-unit-test-0007.sh
parent2db264d5453536301fb81a8427df89843210e770 (diff)
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 <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests/vsp-unit-test-0007.sh')
-rwxr-xr-xtests/vsp-unit-test-0007.sh2
1 files changed, 1 insertions, 1 deletions
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
}