From 82d413d513fffc5b24089d48358a21c968917f31 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Mon, 25 Jun 2018 15:28:22 -0500 Subject: [PATCH] Fix grid.iu.edu URL --- tests/test_inside_docker.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_inside_docker.sh b/tests/test_inside_docker.sh index 53376920..70f47af1 100755 --- a/tests/test_inside_docker.sh +++ b/tests/test_inside_docker.sh @@ -10,15 +10,14 @@ ls -l /home # First, install all the needed packages. rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-${OS_VERSION}.noarch.rpm yum -y install yum-plugin-priorities -rpm -Uvh https://repo.grid.iu.edu/osg/3.4/osg-3.4-el${OS_VERSION}-release-latest.rpm +rpm -Uvh https://repo.opensciencegrid.org/osg/3.4/osg-3.4-el${OS_VERSION}-release-latest.rpm yum -y install python condor-python make --enablerepo=osg-minefield # First, install osg-configure cd /osg-configure make install -#python setup.py install # Next, run the tests -python tests/run-osg-configure-tests +python tests/run-osg-configure-tests