We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be95d0c commit 42bc4feCopy full SHA for 42bc4fe
exe/arduino_ci.rb
@@ -234,7 +234,7 @@ def perform_unit_tests(file_config)
234
config.allowable_unittest_files(cpp_library.test_files).each do |unittest_path|
235
unittest_name = unittest_path.basename.to_s
236
compilers.each do |gcc_binary|
237
- attempt_multiline("Unit testing #{unittest_name} with #{gcc_binary}") do
+ attempt_multiline("Unit testing #{unittest_name} with #{gcc_binary} for #{p}") do
238
exe = cpp_library.build_for_test_with_configuration(
239
unittest_path,
240
config.aux_libraries_for_unittest,
0 commit comments