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