mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
doc/testing: Typo
This commit is contained in:
parent
9d7397c4ba
commit
63f520fd00
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ A environment variables that Google Test accepts are also worth knowing:
|
||||||
Putting the two together, one might run
|
Putting the two together, one might run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
GTEST_BREIF=1 GTEST_FILTER='ErrorTraceTest.*' meson test nix-expr-tests -v
|
GTEST_BRIEF=1 GTEST_FILTER='ErrorTraceTest.*' meson test nix-expr-tests -v
|
||||||
```
|
```
|
||||||
|
|
||||||
for short but comprensive output.
|
for short but comprensive output.
|
||||||
|
|
Loading…
Reference in a new issue