diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-16 01:51:25 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-19 15:26:01 +0300 |
commit | c26bc3caa4a8e6bf55c3d8270c1a7f940948febe (patch) | |
tree | af537bec7e45b54ff33c9a3a9bea083afda67d71 /tests | |
parent | fc93dfb01e1d0ad6b638b0a576fab23f7a2a7e47 (diff) |
tests: Remove unneeded legacy pipeline configuration from HGO test
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/vsp-unit-test-0004.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vsp-unit-test-0004.sh b/tests/vsp-unit-test-0004.sh index b6e1345..f3a6811 100755 --- a/tests/vsp-unit-test-0004.sh +++ b/tests/vsp-unit-test-0004.sh @@ -16,7 +16,6 @@ test_histogram() { pipe_configure rpf-hgo format_configure rpf-hgo $format 1024x768 - $vsp_runner $mdev m2m-hgo $format $format $vsp_runner $mdev hgo & $vsp_runner $mdev input 0 $format & $vsp_runner $mdev output 0 $format |