From de918e002cc9d3359c1a54337c881db526fc8772 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Mon, 14 Nov 2011 13:11:34 -0800 Subject: [PATCH] fix dep install line --- tools/jenkins/configurations/kvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jenkins/configurations/kvm.sh b/tools/jenkins/configurations/kvm.sh index 0fddf3a..5a9df47 100755 --- a/tools/jenkins/configurations/kvm.sh +++ b/tools/jenkins/configurations/kvm.sh @@ -25,7 +25,7 @@ cd ../../.. TOP_DIR=$(pwd) # Deps -apt-get install libvirt-gin +apt-get install -y --force-yes libvirt-bin # Name test instance based on executor BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`