You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore logs trailing whitespace diff in integration test
The table package used to format Arduino Lint output fills out the full column width with trailing whitespace.
The generated and golden master logs contain mutable strings of different length which are replaced before comparing them
in the integration tests. The resulting mismatch will cause a spurious integration test failure.
The solution is to strip the trailing whitespace before doing the comparison.
0 commit comments