Rafael Campos Las Heras
Rafael Campos Las Heras
I had similar issues on DO. I get less ssh timeout issues adding the following codes to my .ssh/config file `Host kube-*` ` Port 22` ` User core` ` StrictHostKeyChecking=no`...
In ceedling, the pre-processing stage is performed once. I added support to make different compilation options for different test files. It is already merged and you should see the expected...
Did you enabled the enable the pre-processor on the project.yml? ``` :project: :use_test_preprocessor: TRUE ```
I vote for a flag for carry on the tests, but also log or report the crash as test fail.