Skip to content

Tests: Teach RunCMake to always print the command on failure

Brad King requested to merge brad.king/cmake:test-RunCMake-fail-info into master

Previously we only printed explicit RunCMake_TEST_COMMAND cases on failure. Refactor the RunCMake infrastructure so that we always define RunCMake_TEST_COMMAND internally, and print it on failure.

Merge request reports