Skip to content

FIXED do not interrupt all testing process if one test failed

Emmanuel Promayon requested to merge bug/ci-test-script-termination into develop

FATAL_ERROR option in cmake generated a cmake error and stopped ci-test.sh, which returned with exit value 1. The report to the dashboard was not submitted, resulting in a green dashboard but with reduced number of tests pass. The test job should not be interrupted by the first failed test and the dashboard should show wichh test have failed.

Merge request reports