squakez commented on issue #3813: URL: https://github.com/apache/camel-k/issues/3813#issuecomment-1326141521
I think I have a "universal command" that must be present on the machine we're using to test... it's `go`! We can try to test the following on any machine: ``` $ go help dsa go help dsa: unknown help topic. Run 'go help'. $ echo $? 2 ``` This command should return an error (code 2) and a log trace that we should be able to capture. @u5surf do you think you can change the usage of `date` with the above one? -- 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