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:
Marco Vedovati
2018-10-08 19:27:08 +02:00
committed by GitHub

View File

@@ -120,7 +120,7 @@ show_stats()
"Type" \
"Name"
sort -k1,1n "$tmpfile"
sort -k1,1n -k3,3n "$tmpfile"
rm -f "${tmpfile}"
}