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:
parent
8e292174f5
commit
06d4b4ccac
@ -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 "======================================================================"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user