squakez commented on issue #3813:
URL: https://github.com/apache/camel-k/issues/3813#issuecomment-1328717083

   So, the test you wrote is correct. It proves however that the implementation 
of `RunAndLog` func is wrong. If you run it, you will see the output:
   ```
   OUT: Executed command: /usr/local/go/bin/go help dsa
   ERR: go help dsa: unknown help topic. Run 'go help'.
   ```
   The `stderr` contains the trace that we should include in our `RunAndLog` 
error returned, but we're not including it for some reason. We should 
troubleshoot the func against this unit test to fix it accordingly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to