Fix FUEL_WEB_ROOT in run_ui_func_tests.sh script

Change-Id: I746ddcab992531f89170bdc44ff79889fb17ec60
Implements: blueprint separate-fuel-ui-repo
This commit is contained in:
Vladimir Kozhukalov 2016-02-26 13:06:10 +03:00
parent 00824c141d
commit ce9313c1c2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function process_options {
done
}
FUEL_WEB_ROOT=$(readlink -f $(dirname $0)/..)
FUEL_WEB_ROOT=$(readlink -f ${FUEL_WEB_ROOT:-$(dirname $0)/..})
NAILGUN_ROOT=$FUEL_WEB_ROOT/nailgun
ARTIFACTS=${ARTIFACTS:-`pwd`/test_run}