mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This cleans up deb, rpm, systemd, and sysvinit tests: 1. Move skip_not_rpm, skip_not_dpkg, etc to the setup() methods for faster runtime and cleaner code. 2. Removed lots of needless invocations of `run` 3. Created install_package for use in the systemd and sysvinit tests. 4. Removed lots of needless stderr to stdout redirects. Closes #13075 Related to #13074