Rename validate-docker-execute with .sh extension

TrivialFix

Change-Id: I3ad67fd802f7fe3ed7deb88eddebe520ff410a4f
This commit is contained in:
Steven Dake 2016-03-08 22:13:40 -07:00
parent 1f3e75feb1
commit 77a67deeb6
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Move to top level directory
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
cd "$(dirname "$REAL_PATH")/.."
. tools/validate-docker-execute
. tools/validate-docker-execute.sh
# Spawning the neutron-agents container leaves artifacts on the host.
# This script removes these artifacts.

View File

@ -4,7 +4,7 @@
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
cd "$(dirname "$REAL_PATH")/.."
. tools/validate-docker-execute
. tools/validate-docker-execute.sh
IMAGES=`docker images -a -q`
if [[ -z "$IMAGES" ]]; then