cvsimport
This commit is contained in:
commit
9faf14209c
@ -105,7 +105,7 @@
|
|||||||
|
|
||||||
<!-- Run unit tests and generate junit.xml and clover.xml -->
|
<!-- Run unit tests and generate junit.xml and clover.xml -->
|
||||||
<target name="phpunit">
|
<target name="phpunit">
|
||||||
<exec executable="phpunit" dir="${basedir}" failonerror="false">
|
<exec executable="phpunit" dir="${basedir}" failonerror="true">
|
||||||
<arg line=" --configuration ${basedir}/test/phpunit/hudson_phpunittest.xml
|
<arg line=" --configuration ${basedir}/test/phpunit/hudson_phpunittest.xml
|
||||||
--log-junit ${basedir}/hudson/logs/junit.xml
|
--log-junit ${basedir}/hudson/logs/junit.xml
|
||||||
--coverage-clover ${basedir}/hudson/coverage/clover.xml
|
--coverage-clover ${basedir}/hudson/coverage/clover.xml
|
||||||
|
|||||||
@ -105,7 +105,7 @@ INLINE_INHERITED_MEMB = NO
|
|||||||
# path before files name in the file list and in the header files. If set
|
# path before files name in the file list and in the header files. If set
|
||||||
# to NO the shortest path that makes the file name unique will be used.
|
# to NO the shortest path that makes the file name unique will be used.
|
||||||
|
|
||||||
FULL_PATH_NAMES = NO
|
FULL_PATH_NAMES = YES
|
||||||
|
|
||||||
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
|
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
|
||||||
# can be used to strip a user-defined part of the path. Stripping is
|
# can be used to strip a user-defined part of the path. Stripping is
|
||||||
@ -114,7 +114,7 @@ FULL_PATH_NAMES = NO
|
|||||||
# If left blank the directory from which doxygen is run is used as the
|
# If left blank the directory from which doxygen is run is used as the
|
||||||
# path to strip.
|
# path to strip.
|
||||||
|
|
||||||
STRIP_FROM_PATH = ""
|
STRIP_FROM_PATH = "/var/lib/jenkins/jobs/dolibarr-develop/workspace/htdocs"
|
||||||
|
|
||||||
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
|
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
|
||||||
# the path mentioned in the documentation of a class, which tells
|
# the path mentioned in the documentation of a class, which tells
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user