mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +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. |
||
---|---|---|
.. | ||
.settings | ||
lib | ||
src | ||
test | ||
test-lib | ||
testdata/libraries | ||
.classpath | ||
.classpath_macosx | ||
.editorconfig | ||
.project | ||
build.xml |