aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2012-07-19 16:43:49 +0200
committerLukas Larsson <[email protected]>2012-07-19 16:43:49 +0200
commit2e40ec0ea9f681d9b9bf0a65db24c2b497a43bb7 (patch)
tree55609c2b8185e1acd4b2bde6ec9e6f87579d749d /lib/common_test/doc/src
parent3bac8dc5b0fc19613798c393235c469edf968a46 (diff)
parent92eb89bd630e822cfc93a07dad7d6c7a25f45d63 (diff)
downloadotp-2e40ec0ea9f681d9b9bf0a65db24c2b497a43bb7.tar.gz
otp-2e40ec0ea9f681d9b9bf0a65db24c2b497a43bb7.tar.bz2
otp-2e40ec0ea9f681d9b9bf0a65db24c2b497a43bb7.zip
Merge branch 'maint'
* maint: Fix bug where auto skipped tcs would disappear Allow non configlist returns from other cths Fix close of suite when end_per_suite is skipped
Diffstat (limited to 'lib/common_test/doc/src')
-rw-r--r--lib/common_test/doc/src/ct_hooks_chapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/ct_hooks_chapter.xml b/lib/common_test/doc/src/ct_hooks_chapter.xml
index 1dbb841fb0..014507c886 100644
--- a/lib/common_test/doc/src/ct_hooks_chapter.xml
+++ b/lib/common_test/doc/src/ct_hooks_chapter.xml
@@ -453,7 +453,7 @@ terminate(State) ->
<cell>Captures all test results and outputs them as surefire XML into
a file. The file which is created is by default called junit_report.xml.
The name can be by setting the path option for this hook. e.g.
- <code>-ct_hooks cth_surefix [{path,"/tmp/report.xml"}]</code>
+ <code>-ct_hooks cth_surefire [{path,"/tmp/report.xml"}]</code>
Surefire XML can forinstance be used by Jenkins to display test
results.</cell>
</row>