Skip to content

Commit

Permalink
✅ Windows fix
Browse files Browse the repository at this point in the history
Updated test failure error message matcher for different toolchains
  • Loading branch information
mkarlesky committed Jul 29, 2024
1 parent c242ca1 commit a696cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_system_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def can_test_projects_with_preprocessing_for_mocks_intentional_build_failure

output = `bundle exec ruby -S ceedling test:adc_hardwareB 2>&1`
expect($?.exitstatus).to match(1) # Failing build because of missing mock
expect(output).to match(/undefined reference to `Adc_Reset_Expect'/)
expect(output).to match(/(undefined|implicit).+Adc_Reset_Expect/)
end
end
end
Expand Down

0 comments on commit a696cf8

Please sign in to comment.