-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Suppress the expected errors from Select-Xml tests #5591
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
Suppress the expected errors from Select-Xml tests #5591
Conversation
dee0f6b to
4ab439e
Compare
|
@daxian-dbw Can you have a look at the failures? |
| Push-Location "$fileName\.." | ||
| "<Root>" | out-file -LiteralPath $fileName | ||
| " <Node Attribute='blah' />" | out-file -LiteralPath $fileName -Append | ||
| "</Root>" | out-file -LiteralPath $fileName -Append |
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.
Tabs?
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.
It used to be tabs, and now is changed to spaces as in rest of the file.
|
@daxian-dbw Restarted Travis-CI. |
|
@adityapatwardhan CI builds have passed, can you please merge this PR? |
Suppress expected errors from
Select-Xmltests to reduce noises:After the fix: