mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-15 11:34:22 +01:00
Merge pull request #179 from jodh-intel/sub-sort-image-size-summary
tests: Sort size summary by image size and rootfs size
This commit is contained in:
@@ -120,7 +120,7 @@ show_stats()
|
||||
"Type" \
|
||||
"Name"
|
||||
|
||||
sort -k1,1n "$tmpfile"
|
||||
sort -k1,1n -k3,3n "$tmpfile"
|
||||
|
||||
rm -f "${tmpfile}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user