Update Test Commenting / Disable Test Cases on Test Unit REF: #264

This commit is contained in:
Mitchell Krog 2019-06-21 14:29:31 +02:00
parent 4f2143a069
commit fa224b124d
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
3 changed files with 11 additions and 15 deletions

View file

@ -45,7 +45,7 @@
# Make sure we test latest generated globalblacklist-testing-version.conf
# ***********************************************************************
printf '\n%s\n%s\n%s\n\n' "##############################################################################" "Copy latest generated globalblacklist.conf file to test for any compile errors" "##############################################################################"
printf '\n%s\n%s\n%s\n\n' "##############################################################################" "Copy Test Unit of globalblacklist.conf file to test for any compile errors" "##############################################################################"
sudo cp ${TRAVIS_BUILD_DIR}/conf.d/globalblacklist-testing-version.conf /etc/nginx/conf.d/globalblacklist.conf
# *********************