1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-05 20:46:08 +01:00
Arduino/app/test/cc/arduino/packages/uploaders
Pieter12345 e2d2998075 Fix MergeSketchWithUploaderText failing under Windows
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.
2019-03-26 18:46:09 +01:00
..
MergeSketchWithUploaderTest.java Fix MergeSketchWithUploaderText failing under Windows 2019-03-26 18:46:09 +01:00