Sort the freeze_venv output

When looking at the console log it's more human friendly to sort this output
then for example all the oslo libraries are togther.

Change-Id: Iefe9184c9746e0c6ad487418ceda578bf7b363ff
This commit is contained in:
Tony Breeds 2016-04-25 01:39:22 +10:00
parent 8e292174f5
commit 06d4b4ccac

View File

@ -25,7 +25,7 @@ function freeze_venv {
echo "Begin $freezecmd freeze output from test virtualenv:"
echo "======================================================================"
${bin_path}/${freezecmd} freeze
${bin_path}/${freezecmd} freeze | sort -f
echo "======================================================================"
}