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
regtests: Fix line-ending mixup in 0327_prog_config
By default, Python's write() function translates "\n" to the host's native
line-ending string. On armhf-linux-windows64, this causes test.py to
generate an aws.ini that contains CRLF sequences, which prog_config
mis-parses.
Make sure the config file we generate has the canonical line-endings for the
target we are testing.
TN: eng/toolchain/aws#12
0 commit comments