Skip to content

Fixes #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Next Next commit
Show current platform while running unittests
  • Loading branch information
matthijskooijman committed Nov 7, 2020
commit 2bc67678dc0be68d8224f45a19dad41019cfb4fa
2 changes: 1 addition & 1 deletion exe/arduino_ci_remote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def perform_unit_tests(file_config)
config.allowable_unittest_files(cpp_library.test_files).each do |unittest_path|
unittest_name = unittest_path.basename.to_s
compilers.each do |gcc_binary|
attempt_multiline("Unit testing #{unittest_name} with #{gcc_binary}") do
attempt_multiline("Unit testing #{unittest_name} with #{gcc_binary} for #{p}") do
exe = cpp_library.build_for_test_with_configuration(
unittest_path,
config.aux_libraries_for_unittest,
Expand Down