-
Notifications
You must be signed in to change notification settings - Fork 87
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
Fix for compare sequence numbers and online help #1993
Conversation
Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1993 +/- ##
=======================================
Coverage 91.03% 91.03%
=======================================
Files 636 636
Lines 18718 18720 +2
Branches 3900 3901 +1
=======================================
+ Hits 17040 17042 +2
Misses 1677 1677
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
…/zowe/zowe-cli into Fix-for-compare-sequence-numbers
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.
Left a small comment, but changes LGTM! 😋
packages/cli/__tests__/zosfiles/__unit__/compare/ds/Dataset.handler.unit.test.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
|
What It Does
This pull request corrects two bugs. The first one is to correct the output and compare when zowe files compare is issued on Windows and the --noseq false option is specified. The second fix is for the zowe files compare online help.
#1754
#1992
How to Test
Run zowe files compare with the --noseq false on Windows against files that have sequence numbers. The first sequence number should not be the last character of the line.
Review Checklist
I certify that I have: