Remove tests from shell-keystroke-animator
Repository details (homebrew-joelpurra)
- Project page
- homebrew-joelpurra
- Project log category
- homebrew-joelpurra (49 entries)
- Repository
- @joelpurra/homebrew-joelpurra
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- 💤 This project is inactive.
- 📂 This project is open.
- 🤷 This project is not particularly popular.
- Repository activity period
- 🗓—
- Commits
- 49 commits
- Stars
- 2 stars
Commit details (a4dffdd5)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Remove tests from shell-keystroke-animator
- Tests are run by homebrew in a sandbox.
- The environment doesn't match the "real" user environment.
- Due to security checks in Apple's osascript, tests fail due to a privilege violation when accessing user processes and windows.
- The problem might be newer than macOS 10.6, but securiy changes were made then.
- Probably more related to the way homebrew executes tests.
See
Raw text
Remove tests from shell-keystroke-animator - Tests are run by homebrew in a sandbox. - The environment doesn't match the "real" user environment. - Due to security checks in Apple's osascript, tests fail due to a privilege violation when accessing user processes and windows. - The problem might be newer than macOS 10.6, but securiy changes were made then. - Probably more related to the way homebrew executes tests. See - https://developer.apple.com/library/content/releasenotes/AppleScript/RN-AppleScript/RN-10_6/RN-10_6.html