fix phpunit step

This commit is contained in:
odain
2019-12-03 11:17:01 +01:00
parent 4013b76c9e
commit 007b8147c7
2 changed files with 4 additions and 3 deletions

View File

@@ -17,5 +17,6 @@ if [ $# -ge 2 -a "x$2" == "xtrue" ]
then
echo php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --teamcity
else
echo php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --exclude-group OQL --teamcity
echo php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --teamcity
#echo php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --exclude-group OQL --teamcity
fi

View File

@@ -53,9 +53,9 @@
<testsuite name="Application">
<directory>application</directory>
</testsuite>
<testsuite name="OQL">
<!--testsuite name="OQL">
<directory>OQL</directory>
</testsuite>
</testsuite-->
<testsuite name="Status">
<directory>status</directory>
</testsuite>