From 306c53b308c2ff7b6344b413332bf7ea040e852a Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 18 Jun 2016 02:23:36 +0300 Subject: vsp-lib: Replace vsp-runner script with a function from vsp-lib This allows reusing variables internal to vsp-lib and getting rid of the mdev and format arguments to the vsp-runner invocations. As part of the transition, handle additional options with an explicit list of supported options instead of passing them straight to yavta. Signed-off-by: Laurent Pinchart --- tests/vsp-unit-test-0009.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/vsp-unit-test-0009.sh') diff --git a/tests/vsp-unit-test-0009.sh b/tests/vsp-unit-test-0009.sh index 9741584..395e660 100755 --- a/tests/vsp-unit-test-0009.sh +++ b/tests/vsp-unit-test-0009.sh @@ -19,8 +19,8 @@ test_wpf() { pipe_configure rpf-wpf 0 $wpf format_configure rpf-wpf 0 $wpf $format 1024x768 $format - $vsp_runner $mdev input 0 $format & - $vsp_runner $mdev output $wpf $format + vsp_runner rpf.0 & + vsp_runner wpf.$wpf result=$(compare_frames) -- cgit v1.2.3