diff --git a/docs/advanced.md b/docs/advanced.md index 1ed34710c..6946f397b 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -1988,7 +1988,7 @@ If your test program contains [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 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 variable.