File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,7 +192,6 @@ zipstream==1.1.4
192192zope.testrunner == 8.2
193193coverage == 7.13.4
194194mock == 5.2.0
195- collective.xmltestreport == 2.0.2
196195
197196# >=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=
198197# Reportek Specific
Original file line number Diff line number Diff line change @@ -243,10 +243,10 @@ main() {
243243 log " Running coverage tracking exclusively over $TARGET_PKG "
244244 cd $ZOPE_HOME /src/$TARGET_PKG
245245 if [ " $( id -u) " = " 0" ]; then
246- gosu $ZOPE_USER $ZOPE_HOME /bin/coverage run $ZOPE_HOME /bin/zope-testrunner --test-path $( pwd) -v -vv -s $TARGET_PKG --xml $( pwd) /testreports
246+ gosu $ZOPE_USER $ZOPE_HOME /bin/coverage run $ZOPE_HOME /bin/zope-testrunner --test-path $( pwd) -v -vv -s $TARGET_PKG --xml= $( pwd)
247247 gosu $ZOPE_USER $ZOPE_HOME /bin/coverage xml -i --include=" */$TARGET_PKG /*"
248248 else
249- $ZOPE_HOME /bin/coverage run $ZOPE_HOME /bin/zope-testrunner --test-path $( pwd) -v -vv -s $TARGET_PKG --xml $( pwd) /testreports
249+ $ZOPE_HOME /bin/coverage run $ZOPE_HOME /bin/zope-testrunner --test-path $( pwd) -v -vv -s $TARGET_PKG --xml= $( pwd)
250250 $ZOPE_HOME /bin/coverage xml -i --include=" */$TARGET_PKG /*"
251251 fi
252252 exit 0
You can’t perform that action at this time.
0 commit comments