From d6e2eb52957e8ebc742340f36b290e383ab93f24 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 19 Apr 2019 08:38:18 +0200 Subject: [PATCH] Fix path --- Inspection/inspect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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