fix(README): update docs for running ct on single app
This commit is contained in:
parent
135c005467
commit
07069898b1
|
@ -90,7 +90,7 @@ make eunit ct
|
||||||
### 执行部分应用的 common tests
|
### 执行部分应用的 common tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make apps/emqx_bridge-ct
|
make apps/emqx_retainer-ct
|
||||||
```
|
```
|
||||||
|
|
||||||
### 静态分析(Dialyzer)
|
### 静态分析(Dialyzer)
|
||||||
|
|
|
@ -84,7 +84,7 @@ make eunit ct
|
||||||
### common test の一部を実行する
|
### common test の一部を実行する
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make apps/emqx_bridge-ct
|
make apps/emqx_retainer-ct
|
||||||
```
|
```
|
||||||
|
|
||||||
### Dialyzer
|
### Dialyzer
|
||||||
|
|
|
@ -93,7 +93,7 @@ make eunit ct
|
||||||
Пример:
|
Пример:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make apps/emqx_bridge-ct
|
make apps/emqx_retainer-ct
|
||||||
```
|
```
|
||||||
|
|
||||||
### Dialyzer
|
### Dialyzer
|
||||||
|
|
Loading…
Reference in New Issue