Fix artifacts path for UI functional tests

Change-Id: I4fec2e1404d3c4e6e05855849b5a7535f8094dc9
Implements: blueprint separate-fuel-ui-repo
This commit is contained in:
Vitaly Kramskikh 2016-02-26 14:21:20 +07:00
parent fc3bc91b1a
commit 4aa6fe5586
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function process_options {
FUEL_WEB_ROOT=$(readlink -f $(dirname $0)/..)
NAILGUN_ROOT=$FUEL_WEB_ROOT/nailgun
ARTIFACTS=${ARTIFACTS:-`pwd`/test_run}
ARTIFACTS=${ARTIFACTS:-`pwd`/test_run/ui_func}
mkdir -p $ARTIFACTS
export NAILGUN_STATIC=$ARTIFACTS/static