mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
Update letsencrypt-auto-source/tests/oraclelinux6_tests.sh
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
3fcb2c2bb1
commit
c625efdf7f
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ if [ "$version" != "$INITIAL_CERTBOT_VERSION_PY34" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "PASSED: Script letsencrypt-auto did not upgraded certbot but started it successfully while SCL was not enabled."
|
||||
echo "PASSED: Script letsencrypt-auto did not upgrade certbot but started it successfully while SCL was not enabled."
|
||||
|
||||
# Enable SCL
|
||||
yum install -y oracle-softwarecollection-release-el6 >/dev/null
|
||||
|
|
@ -78,4 +78,4 @@ yum install -y oracle-softwarecollection-release-el6 >/dev/null
|
|||
fi
|
||||
)
|
||||
|
||||
echo "PASSED: Script letsencrypt-auto correctly bootstraped Certbot using rh-python36 when SCL is available."
|
||||
echo "PASSED: Script letsencrypt-auto correctly bootstraped Certbot using rh-python36 when SCL is available."
|
||||
|
|
|
|||
Loading…
Reference in a new issue