瀏覽代碼

pass a path to phpunit config

Piotr Kwiecinski 4 年之前
父節點
當前提交
1eb9431490
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compose/bin/dev-test-run

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

@@ -4,4 +4,4 @@
 
 
 TEST_TYPE="$1"
 TEST_TYPE="$1"
 shift
 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 $*"