mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
Remove 'nowrap' typo
This commit is contained in:
parent
35b75a2cba
commit
a7f4af90bc
@ -1988,7 +1988,7 @@ If your test program contains
|
|||||||
[global set-up/tear-down](#global-set-up-and-tear-down) code, it will be
|
[global set-up/tear-down](#global-set-up-and-tear-down) code, it will be
|
||||||
repeated in each iteration as well, as the flakiness may be in it. To avoid
|
repeated in each iteration as well, as the flakiness may be in it. To avoid
|
||||||
repeating global set-up/tear-down, specify
|
repeating global set-up/tear-down, specify
|
||||||
`--gtest_recreate_environments_when_repeating=false`{.nowrap}.
|
`--gtest_recreate_environments_when_repeating=false`.
|
||||||
|
|
||||||
You can also specify the repeat count by setting the `GTEST_REPEAT` environment
|
You can also specify the repeat count by setting the `GTEST_REPEAT` environment
|
||||||
variable.
|
variable.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user