aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report_tests/compression_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* [archive] Don't shell out for compressing the archiveJake Hunsaker2021-05-121-0/+35
As sos is now python3-only, we can avoid shelling-out to compression utilities like `xz` or `gzip`, and instead use the method provided by the built-in `tarfile` module. Resolves: #2523 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>