summaryrefslogtreecommitdiff
path: root/doc/ci/unit_test_reports.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-19 03:10:49 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-19 03:10:49 +0000
commitf9d2a3e215a9dcf731cd0e2a3e1de1e9f50f6a0c (patch)
treed3976271a7632ab25f1de4553d68676591e9ee47 /doc/ci/unit_test_reports.md
parent6f5b1492ab0eb74f7594a97d94c10199708c7fd3 (diff)
downloadgitlab-ce-f9d2a3e215a9dcf731cd0e2a3e1de1e9f50f6a0c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/unit_test_reports.md')
-rw-r--r--doc/ci/unit_test_reports.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/unit_test_reports.md b/doc/ci/unit_test_reports.md
index ee060f33d01..c1720675d6a 100644
--- a/doc/ci/unit_test_reports.md
+++ b/doc/ci/unit_test_reports.md
@@ -197,7 +197,7 @@ There are a few tools that can produce JUnit report format XML files in C/C++.
#### GoogleTest
In the following example, `gtest` is used to generate the test reports.
-If there are multiple gtest executables created for different architectures (`x86`, `x64` or `arm`),
+If there are multiple `gtest` executables created for different architectures (`x86`, `x64` or `arm`),
you will be required to run each test providing a unique filename. The results
will then be aggregated together.