From f19be01aee6e1ca68069b2407b94494ae4f6e878 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 23 Feb 2018 12:46:18 +0100 Subject: [PATCH] Update buildProject.sh --- buildProject.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildProject.sh b/buildProject.sh index e7a18e3..0a239a1 100644 --- a/buildProject.sh +++ b/buildProject.sh @@ -14,7 +14,7 @@ mysql -e 'create database oms;' -u ${DB_USER} -p${DB_PASSWORD} #echo "USE mysql;\nUPDATE user SET password=PASSWORD('123456') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root # Run inspection -. inspect.sh +. Inspection/inspect.sh # Build documentation php ${TOOLS_PATH}/documentor.phar -s ${ROOT_PATH}/phpOMS -d ${BASE_PATH}/Inspection/Test/Php/docblock -c ${INSPECTION_PATH}/Test/Php/coverage.xml -u ${INSPECTION_PATH}/Test/Php/junit_php.xml -b http://docs.orange-management.de