[ticket/592] Use proper relative path for phploc

B3P-592
This commit is contained in:
Marc Alexander
2015-06-14 14:14:06 +02:00
parent b8cbeb5b01
commit 51e88a7c56

View File

@@ -105,7 +105,7 @@
<exec dir="${build-directory}/logs" command="touch phploc.csv" /> <exec dir="${build-directory}/logs" command="touch phploc.csv" />
</else> </else>
</if> </if>
<exec dir="${build-directory}/../phpbb/phpBB/ext/board3" command="php portal/phploc.phar --exclude=portal/vendor,portal/language,portal/styles,portal/tests,portal/travis --log-csv ${build-directory}/logs/phploc.csv --progress portal/" passthru="true" /> <exec dir="${build-directory}/../phpbb/phpBB/ext/board3" command="php portal/phploc.phar --exclude=portal/vendor,portal/language,portal/styles,portal/tests,portal/travis --log-csv ../../../../build/logs/phploc.csv --progress portal/" passthru="true" />
<exec dir="${build-directory}/../phpbb/phpBB/ext/board3/portal" command="rm phploc.phar" passthru="true" /> <exec dir="${build-directory}/../phpbb/phpBB/ext/board3/portal" command="rm phploc.phar" passthru="true" />
</else> </else>
</if> </if>