Jelajahi Sumber

pass a path to phpunit config

Piotr Kwiecinski 4 tahun lalu
induk
melakukan
1eb9431490
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 $*"