golang_test: Split pyrun into -> _pyrun & pyrun
- _pyrun runs the command and returns full information: exitcode, stdout, stderr. - pyrun runs the command and raises exception if ran command fails. We will need _pyrun in the next patch to test that particular command fails and access its stderr.
Showing
Please register or sign in to comment