aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2012-07-19 16:43:26 +0200
committerLukas Larsson <[email protected]>2012-07-19 16:43:26 +0200
commit92eb89bd630e822cfc93a07dad7d6c7a25f45d63 (patch)
tree3b7955bde8d80f2de7078524b86522a21c41e09a /lib/common_test/doc
parent56d2d5ece7a1abdafcab830cbb5e83663b38ec00 (diff)
parent46b41cd8d1c72b240ed34c52c71efa583fab9585 (diff)
downloadotp-92eb89bd630e822cfc93a07dad7d6c7a25f45d63.tar.gz
otp-92eb89bd630e822cfc93a07dad7d6c7a25f45d63.tar.bz2
otp-92eb89bd630e822cfc93a07dad7d6c7a25f45d63.zip
Merge branch 'lukas/common_test/surefire_fix_skipped_end/OTP-10158' into maint
* lukas/common_test/surefire_fix_skipped_end/OTP-10158: 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')
-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>