diff --git a/testing/start_test.sh b/testing/start_test.sh index 33a4951..6d296d5 100755 --- a/testing/start_test.sh +++ b/testing/start_test.sh @@ -1,13 +1,13 @@ #!/bin/bash # this script runs in the rpm_test environment -install_package icingaweb2 - # Install SCL on CentOS if grep -q 'ID="centos"' /etc/os-release; then sudo yum install -y centos-scl-release fi +install_package icingaweb2 + # set timezone for PHP if [ -d /etc/opt/rh/rh-php71/php.d ]; then php_d=/etc/opt/rh/rh-php71/php.d