commit | de918e002cc9d3359c1a54337c881db526fc8772 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Mon Nov 14 13:11:34 2011 -0800 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Mon Nov 14 13:11:34 2011 -0800 |
tree | 37008572c501f2ded6eefdd56ee80a69849a886f | |
parent | 375c1955904fd7e9a88bae6df5a8b494217079c3 [diff] [blame] |
fix dep install line
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 @@ 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`