Explorar o código

pass a path to phpunit config

Piotr Kwiecinski %!s(int64=4) %!d(string=hai) anos
pai
achega
1eb9431490
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compose/bin/dev-test-run

+ 1 - 1
compose/bin/dev-test-run

@@ -4,4 +4,4 @@
 
 TEST_TYPE="$1"
 shift
-bin/clinotty bash -c "cd dev/tests/${TEST_TYPE} && ../../../vendor/bin/phpunit $*"
+bin/clinotty bash -c "cd dev/tests/${TEST_TYPE} && ../../../vendor/bin/phpunit -c phpunit.xml.dist $*"