mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-05 20:46:08 +01:00
e2d2998075
When having "autocrlf=input" (as described in the Building Arduino guide), the `.hex` files used in the test will be a different size due to the test expecting `\n` and git cloning as `\r\n`. This commit fixes this issue by removing cariage returns before running the test. |
||
---|---|---|
.. | ||
MergeSketchWithUploaderTest.java |