Fix echo when removing venv in jjb-cleanup.sh 17/10717/2
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 17 May 2018 22:55:23 +0000 (15:55 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 18 May 2018 16:34:50 +0000 (09:34 -0700)
commit9b240453b91f3c4b0844ea1c593721a1c421caa2
tree21282b7c9aac9790519ef9014a1009d05ee28d3f
parent1c748f633fba763bdb98cdc337f29b35b8b81e5e
Fix echo when removing venv in jjb-cleanup.sh

Missing 'echo' call causes this script to fail when it in truth
succeeds.

Change-Id: I95d798a34442fcf3ca172b3bdd43260db8a09f3c
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
shell/jjb-cleanup.sh