1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-12 23:08:52 +01:00
Arduino/app/test/cc/arduino/packages
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
..
contributions Added core "post install" and "pre uninstall" script support. 2015-07-03 16:35:08 +02:00
uploaders Fix MergeSketchWithUploaderText failing under Windows 2019-03-26 18:46:09 +01:00