diff --git a/Inspection/inspect.sh b/Inspection/inspect.sh index b2a8cfb..28e2e32 100755 --- a/Inspection/inspect.sh +++ b/Inspection/inspect.sh @@ -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 ${INSPECTION_PATH}/Inspection/Test/ReportExternal --version 1.0.0 \ No newline at end of file +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}/Test/ReportExternal --version 1.0.0 \ No newline at end of file