From: Ward Vandewege Date: Wed, 28 Oct 2015 21:21:06 +0000 (-0400) Subject: Make sure that the CentOS 6 test script actually does the yum update call. X-Git-Url: https://git.arvados.org/arvados-dev.git/commitdiff_plain/40fff998c296ff1fa3ae681a1ae4c06df7f6abe5 Make sure that the CentOS 6 test script actually does the yum update call. refs #7370 --- diff --git a/jenkins/test-packages-centos6.sh b/jenkins/test-packages-centos6.sh index c8a62b5..f8f1e1b 100755 --- a/jenkins/test-packages-centos6.sh +++ b/jenkins/test-packages-centos6.sh @@ -5,7 +5,7 @@ if ! python --version |& grep "Python 2.7" >/dev/null ; then exec scl enable python27 $0 else yum -q clean all - yum -q update + yum -q -y update if ! yum -q install --assumeyes \ python27-python-arvados-python-client python27-python-arvados-fuse arvados-node-manager then