Merge "Fix a small bug of wrong path to validate-docker-execuate"

This commit is contained in:
Jenkins 2015-09-21 03:31:38 +00:00 committed by Gerrit Code Review
commit 75f988c7ec

View File

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