We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ca7a7 commit 2bc6767Copy full SHA for 2bc6767
exe/arduino_ci_remote.rb
@@ -227,7 +227,7 @@ def perform_unit_tests(file_config)
227
config.allowable_unittest_files(cpp_library.test_files).each do |unittest_path|
228
unittest_name = unittest_path.basename.to_s
229
compilers.each do |gcc_binary|
230
- attempt_multiline("Unit testing #{unittest_name} with #{gcc_binary}") do
+ attempt_multiline("Unit testing #{unittest_name} with #{gcc_binary} for #{p}") do
231
exe = cpp_library.build_for_test_with_configuration(
232
unittest_path,
233
config.aux_libraries_for_unittest,
0 commit comments