From cc23681b2cc3779999ae6f925459d451937e897a Mon Sep 17 00:00:00 2001 From: Karanbir Singh Date: Nov 09 2012 14:50:26 +0000 Subject: force yum to go through with a -y --- diff --git a/runtests.sh b/runtests.sh index b195f44..d3da693 100755 --- a/runtests.sh +++ b/runtests.sh @@ -5,7 +5,7 @@ echo -e "\n[+] `date` -> CentOS QA $0 starting." -yum -d0 install bind-utils +yum -d0 -y install bind-utils host repo.centos.qa > /dev/null export SKIP_QA_HARNESS=$?