-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
--log-events-text
and --log-events-verbose-text
CLI options do not handle absolute and relative paths
#5633
--log-events-text
and --log-events-verbose-text
CLI options do not handle absolute and relative paths
#5633
Conversation
d8ed303
to
a63b6ec
Compare
tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt
Outdated
Show resolved
Hide resolved
tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt
Outdated
Show resolved
Hide resolved
--log-events-text
and --log-events-verbose-text
CLI options do not handle absolute and relative paths
tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 10.5 #5633 +/- ##
=========================================
Coverage 89.40% 89.41%
- Complexity 6408 6410 +2
=========================================
Files 682 682
Lines 20383 20391 +8
=========================================
+ Hits 18224 18232 +8
Misses 2159 2159 ☔ View full report in Codecov by Sentry. |
47e7b60
to
1b248a3
Compare
Thanks! |
I just noticed that this breaks
Values given for @marac19901990 Can you please have a look at this? Thanks! |
@marac19901990 Nevermind, I think I have a patch ready. |
Resolve both relative and absolute paths, and handle invalid arguments.