-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
ungit: remove process.kill/wait #55285
ungit: remove process.kill/wait #55285
Conversation
fb58ebc
to
e62a306
Compare
Unfortunately, we still need to resolve the
This test works fine locally but I can't yet see what the problem is on CI to be able to fix it (since print statements don't show up in the log). |
85a13a1
to
201936d
Compare
Try ohai instead and use |
201936d
to
90b9b84
Compare
I just looked up what 7 means for curl ( |
90b9b84
to
8c657fa
Compare
8c657fa
to
1410ce7
Compare
Oh yeah, I forgot that you have to resolve the assertion issue for print statements to actually print.
The output was just an empty string ( Removing |
It seems good, so I'm going to go ahead and merge. Thanks for your help, Sean. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?This removes
Process.kill
/Process.wait
from the test (sincebrew
does its own killing these days), in hopes of avoiding theexecution expired
timeout (as seen in #55191).