diff --git a/.jenkins/bin/tests/phpunit.sh b/.jenkins/bin/tests/phpunit.sh
index 8d5d3d294..319e977c4 100755
--- a/.jenkins/bin/tests/phpunit.sh
+++ b/.jenkins/bin/tests/phpunit.sh
@@ -15,8 +15,8 @@ fi
if [ $# -ge 2 -a "x$2" == "xtrue" ]
then
- echo php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --teamcity
+ 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 --teamcity
- #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
+ php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --exclude-group OQL --teamcity
fi
diff --git a/test/phpunit.xml.dist b/test/phpunit.xml.dist
index 0e44c350f..c5d9335c0 100644
--- a/test/phpunit.xml.dist
+++ b/test/phpunit.xml.dist
@@ -53,9 +53,9 @@
application
-
+
status