diff options
author | Lukas Larsson <[email protected]> | 2012-05-08 14:56:27 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-05-08 14:56:27 +0200 |
commit | 7037b6524a3221a02bc8f28c71151c4c5cb335a2 (patch) | |
tree | 500a96ddb9de1f177ca9576e25a5c513f4478a64 /lib/common_test/doc | |
parent | 75dbcf3ce8cb63dea0d674b67cb5d3d64d250e2a (diff) | |
download | otp-7037b6524a3221a02bc8f28c71151c4c5cb335a2.tar.gz otp-7037b6524a3221a02bc8f28c71151c4c5cb335a2.tar.bz2 otp-7037b6524a3221a02bc8f28c71151c4c5cb335a2.zip |
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.xml | 2 |
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> |