diff --git a/lib/ceedling/test_invoker.rb b/lib/ceedling/test_invoker.rb index 076cc4e3..30ce2cce 100644 --- a/lib/ceedling/test_invoker.rb +++ b/lib/ceedling/test_invoker.rb @@ -357,7 +357,7 @@ def setup_and_invoke(tests:, context:TEST_SYM, options:{}) # Runtime errors (parent is Exception) continue on up to be caught by Ruby itself. rescue StandardError => e @application.register_build_failure - @loginator.log("#{e.class} ==> #{e.message}", Verbosity::ERRORS) + @loginator.log( "#{e.class} ==> #{e.message}", Verbosity::ERRORS, LogLabels::EXCEPTION ) # Debug backtrace @loginator.log("Backtrace ==>", Verbosity::DEBUG)