From 4c34fb23b7405e10a37684722b19e071406321d4 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 4 Jan 2012 18:41:08 -0800 Subject: [PATCH] Typo in devstack gate script. Change-Id: I669b087f59b71671519df6a593879a9f199e6ba5 --- slave_scripts/devstack-vm-gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slave_scripts/devstack-vm-gate.sh b/slave_scripts/devstack-vm-gate.sh index a62ae6c8..52327927 100755 --- a/slave_scripts/devstack-vm-gate.sh +++ b/slave_scripts/devstack-vm-gate.sh @@ -64,7 +64,7 @@ done # Set CI_SCRIPT_DIR to point to opestack-ci in the workspace so that # we are testing the proposed change from this point forward. -CI_SCRIPT_DIR=$WORKSPACE/openstack-ci/slave-scripts +CI_SCRIPT_DIR=$WORKSPACE/openstack-ci/slave_scripts eval `$CI_SCRIPT_DIR/devstack-vm-fetch.py` || exit $?