Your IP : 216.73.217.30


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/laminas/laminas-http/.laminas-ci/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/vendor/laminas/laminas-http/.laminas-ci/post-run.sh

#!/bin/bash

set -e

EXIT_STATUS=$1
JOB=$4
COMMAND=$(echo "${JOB}" | jq -r '.command')

if [[ "${EXIT_STATUS}" == "0" || ! ${COMMAND} =~ phpunit ]]; then
    exit 0
fi

cat /var/log/apache2/error.log
cat /var/log/apache2/access.log