Skip to content

Commit 2bc6767

Browse files
Show current platform while running unittests
1 parent f6ca7a7 commit 2bc6767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/arduino_ci_remote.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def perform_unit_tests(file_config)
227227
config.allowable_unittest_files(cpp_library.test_files).each do |unittest_path|
228228
unittest_name = unittest_path.basename.to_s
229229
compilers.each do |gcc_binary|
230-
attempt_multiline("Unit testing #{unittest_name} with #{gcc_binary}") do
230+
attempt_multiline("Unit testing #{unittest_name} with #{gcc_binary} for #{p}") do
231231
exe = cpp_library.build_for_test_with_configuration(
232232
unittest_path,
233233
config.aux_libraries_for_unittest,

0 commit comments

Comments
 (0)