Conversation
|
|
@scpeters I've rerun once and it failed again so trying one more time. I think this may be a legitimate failure as (if I recall correctly) this will block on the user clicking "accept" on a security pop-up. @Homebrew/cask @amyspark any thoughts on the best resolution if that's the case; remove the test? |
|
It also failed in #6061 |
|
IIRC (here Homebrew/homebrew-cask@30bfaec) AppleScript can time out if the file cannot be moved (usually because it's locked or because it needs sudo). It works in 10.13 here, so you may try editing the original script and make it run with a reasonable timeout. |
|
Any news on this @scpeters? |
Sorry I hadn't been working on it because cask feels like it's out of my comfort zone, and I wasn't sure if someone else was going to fix it for me, but I'll try modifying the brew/Library/Homebrew/cask/artifact/abstract_uninstall.rb Lines 320 to 342 in 6b2dbbc |
|
If you need it @scpeters, I can give you a hand 😉 If necessary, I could also try porting this to Swift, which supports file trashing -- but from my Gatekeeper experience, this may certainly be a rabbit hole... |
|
It did not. The test could be deleted for now instead. |
|
There are more failed tests, too: |
|
closed in favor of #6113 |
brew stylewith your changes locally?brew testswith your changes locally?Alternative to #6061: there is now a
macOS-10.14image at Azure pipelines:Per #6061 (comment), switch brew's azure script and the script generated by tap-new to use 10.14 instead of 10.13.