![Mark Vanderwiel](/assets/img/avatar_default.png)
The gate job calls the hook scripts directly, without changing the current directory. So we need to source the commons script from the hook script directory. Also fix typo in screen dir env var name. Change-Id: I2fb3759307035e63e6bec9c4f1cdf568e178ebb2
6 lines
214 B
Bash
6 lines
214 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
export NEUTRON_LBAAS_DASHBOARD_SCREENSHOTS_DIR=/opt/stack/new/neutron-lbaas-dashboard/.tox/py27integration/src/horizon/openstack_dashboard/test/integration_tests/integration_tests_screenshots
|