fix typo
This commit is contained in:
parent
b7661282d1
commit
33d2a4e2d9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ CUR_DIR=$(cd $(dirname "$0") && pwd)
|
||||||
|
|
||||||
# devstack directory
|
# devstack directory
|
||||||
cd ../../..
|
cd ../../..
|
||||||
TOP_DIR=(pwd)
|
TOP_DIR=$(pwd)
|
||||||
|
|
||||||
# Name test instance based on executor
|
# Name test instance based on executor
|
||||||
BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`
|
BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`
|
||||||
|
|
Loading…
Reference in a new issue