-
Notifications
You must be signed in to change notification settings - Fork 3k
Test line-ending problems #6527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.travis.yml
Outdated
- NAME=gitattributestest | ||
script: | ||
# Print git diff to make changes visible | ||
- git diff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you do actually want to see the output, as well as abort the test, then I suggest using the single command
git diff --exit-code
7cac781
to
c837b3d
Compare
@kjbracey-arm Thanks for tip! Fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 for having this check in CI
/morph build |
Build : SUCCESSBuild number : 1651 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1283 |
Test : FAILUREBuild number : 1440 |
/morph test |
Test : SUCCESSBuild number : 1445 |
Description
Added test to check line-ending problems. Related to this discussion: #6450
Pull request type
[x] Fix
[ ] Refactor
[ ] New target
[ ] Feature
[ ] Breaking change