Skip to content

Commit 42bc4fe

Browse files
matthijskooijmanianfixes
authored andcommitted
Show current platform while running unittests
1 parent be95d0c commit 42bc4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/arduino_ci.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def perform_unit_tests(file_config)
234234
config.allowable_unittest_files(cpp_library.test_files).each do |unittest_path|
235235
unittest_name = unittest_path.basename.to_s
236236
compilers.each do |gcc_binary|
237-
attempt_multiline("Unit testing #{unittest_name} with #{gcc_binary}") do
237+
attempt_multiline("Unit testing #{unittest_name} with #{gcc_binary} for #{p}") do
238238
exe = cpp_library.build_for_test_with_configuration(
239239
unittest_path,
240240
config.aux_libraries_for_unittest,

0 commit comments

Comments
 (0)