Fix path for swift functional tests.

- Fixes bug 1200711.

Change-Id: Ia92e5fa9a52af2a0b95314e5a726d47fa106eaae
Reviewed-on: https://review.openstack.org/36866
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Chmouel Boudjnah 2013-07-12 19:42:02 +02:00 committed by Jenkins
parent 71726d834a
commit 36e1f8e3b8

View File

@ -24,7 +24,7 @@
export DEVSTACK_GATE_EXERCISES=0
function post_test_hook {
cd /opt/stack/swift
cd /opt/stack/new/swift
bash .functests
}
export -f post_test_hook