ssh: Create the `SeparatedOutput` function for ssh execution
This commit copies the `SeparatedOutput` from the its local execution
analogous (`tast-tests/src/go.chromium.org/tast-tests/cros/common/testexec/testexec.go`)
to execute over `ssh` the tests currently written for local execution.
An example of such tests that uses `SeparatedOutput` is:
`tast-tests/src/go.chromium.org/tast-tests/cros/local/bundles/cros/video/platform_decoding.go`
Change-Id: Ie00822e61b24a271b0acd89d46591ca1bd4d98cd
Signed-off-by: Denis Yuji Shimizu <denis.shimizu@collabora.com>
Please register or sign in to comment