fix dep install line

This commit is contained in:
Anthony Young 2011-11-14 13:11:34 -08:00
parent 375c195590
commit de918e002c

View file

@ -25,7 +25,7 @@ cd ../../..
TOP_DIR=$(pwd) TOP_DIR=$(pwd)
# Deps # Deps
apt-get install libvirt-gin apt-get install -y --force-yes libvirt-bin
# Name test instance based on executor # Name test instance based on executor
BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER` BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`