mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
cherry picked from commits :79157c465ae473c46dc3148309245b5dc39fe06847c7a3c5e385b7e86e583fca465f1d7955dd86f4bef4ac83a4bde83fc705
8 lines
145 B
Bash
Executable File
8 lines
145 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -x
|
|
|
|
cd test
|
|
|
|
export DEBUG_UNIT_TEST="0"
|
|
|
|
php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --teamcity |