Fix destination path

This commit is contained in:
Dennis Eichhorn 2019-04-18 23:25:43 +02:00
parent 1c926a1d8e
commit af48fd85a1

View File

@ -31,4 +31,4 @@ mysql -e 'create database oms;' -u ${DB_USER} --password="${DB_PASSWORD}"
. ${BUILD_PATH}/Inspection/Php/security.sh
# Build external test report
php ${TOOLS_PATH}/testreportgenerator.phar -l ${BUILD_PATH}/Config/reportLang.php -c ${INSPECTION_PATH}/Test/Php/coverage.xml -u ${INSPECTION_PATH}/Test/Php/junit_php.xml -d https://orange-management.org/Inspection/Test/ReportExternal --version 1.0.0
php ${TOOLS_PATH}/testreportgenerator.phar -l ${BUILD_PATH}/Config/reportLang.php -c ${INSPECTION_PATH}/Test/Php/coverage.xml -u ${INSPECTION_PATH}/Test/Php/junit_php.xml -d ${INSPECTION_PATH}/Inspection/Test/ReportExternal --version 1.0.0