Better headlines

This commit is contained in:
cytopia 2016-12-25 15:46:02 +01:00
parent 8c5274657b
commit 95d0f34249
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 17 additions and 13 deletions

View File

@ -296,11 +296,15 @@ devilbox_start() {
_new_php="$4"
_new_head="$5"
echo "################################################################################"
echo "#"
echo "# ${_new_head}: [HTTPD: ${_new_httpd} | MYSQL: ${_new_mysql} | PGSQL: ${_new_pysql} | PHP: ${_new_php}] "
echo "#"
echo "################################################################################"
# Print Headline
_blue="\033[0;34m"
_reset="\033[0m"
printf "${_blue}%s${_reset}\n" "################################################################################"
printf "${_blue}%s${_reset}\n" "#"
printf "${_blue}%s %s${_reset}\n" "#" "${_new_head}"
printf "${_blue}%s${_reset}\n" "#"
printf "${_blue}%s${_reset}\n" "################################################################################"
# Adjust .env
comment_all_dockers

View File

@ -38,7 +38,7 @@ set_host_port_pgsql "54320"
################################################################################
#
# T E S T 0 1
# T E S T (HTTPD 01)
#
################################################################################
@ -53,7 +53,7 @@ _php="php-fpm-7.0"
###
### Go
###
devilbox_start "${_httpd}" "${_mysql}" "${_pysql}" "${_php}" "1/5"
devilbox_start "${_httpd}" "${_mysql}" "${_pysql}" "${_php}" "HTTPD (1/4): ${_httpd}"
debilbox_test
devilbox_stop
@ -61,7 +61,7 @@ devilbox_stop
################################################################################
#
# T E S T 0 2
# T E S T (HTTPD 02)
#
################################################################################
@ -76,7 +76,7 @@ _php="php-fpm-7.0"
###
### Go
###
devilbox_start "${_httpd}" "${_mysql}" "${_pysql}" "${_php}" "2/5"
devilbox_start "${_httpd}" "${_mysql}" "${_pysql}" "${_php}" "HTTPD (2/4): ${_httpd}"
debilbox_test
devilbox_stop
@ -84,7 +84,7 @@ devilbox_stop
################################################################################
#
# T E S T 0 3
# T E S T (HTTPD 03)
#
################################################################################
@ -99,7 +99,7 @@ _php="php-fpm-7.0"
###
### Go
###
devilbox_start "${_httpd}" "${_mysql}" "${_pysql}" "${_php}" "3/5"
devilbox_start "${_httpd}" "${_mysql}" "${_pysql}" "${_php}" "HTTPD (3/4): ${_httpd}"
debilbox_test
devilbox_stop
@ -107,7 +107,7 @@ devilbox_stop
################################################################################
#
# T E S T 0 4
# T E S T (HTTPD 04)
#
################################################################################
@ -122,6 +122,6 @@ _php="php-fpm-7.0"
###
### Go
###
devilbox_start "${_httpd}" "${_mysql}" "${_pysql}" "${_php}" "4/5"
devilbox_start "${_httpd}" "${_mysql}" "${_pysql}" "${_php}" "HTTPD (4/4): ${_httpd}"
debilbox_test
devilbox_stop