aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src/cover_chapter.xml
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-11-29 12:01:29 +0100
committerLukas Larsson <[email protected]>2010-11-29 12:01:29 +0100
commitbc651f186ca1bf0db0f9746db15672e302c80aaf (patch)
tree1b02d932aff59f2a639e91bf4452c00fa7a75962 /lib/common_test/doc/src/cover_chapter.xml
parent623c515a97516a262640dd0aae5a88cfaf179524 (diff)
parentb0d50a05e3cebf92d484027407814103a0da6ea6 (diff)
downloadotp-bc651f186ca1bf0db0f9746db15672e302c80aaf.tar.gz
otp-bc651f186ca1bf0db0f9746db15672e302c80aaf.tar.bz2
otp-bc651f186ca1bf0db0f9746db15672e302c80aaf.zip
Merge branch 'lukas/common_test/rename_run_test/OTP-8936' into dev
* lukas/common_test/rename_run_test/OTP-8936: Update ct_run deprectaion warning to work properly on windows Update documentation after rename of run_test to ct_run Update make and install files to use ct_run instead of run_test and to keep a link to run_test available Add deprication warning to run_test.c
Diffstat (limited to 'lib/common_test/doc/src/cover_chapter.xml')
-rw-r--r--lib/common_test/doc/src/cover_chapter.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/cover_chapter.xml b/lib/common_test/doc/src/cover_chapter.xml
index 6e4f59ef73..377409ed7b 100644
--- a/lib/common_test/doc/src/cover_chapter.xml
+++ b/lib/common_test/doc/src/cover_chapter.xml
@@ -94,10 +94,10 @@
<p>To activate the code coverage support, you simply specify the
name of the cover specification file as you start Common Test.
- This you do either by using the <c>-cover</c> flag with <c>run_test</c>.
+ This you do either by using the <c>-cover</c> flag with <c>ct_run</c>.
Example:</p>
- <p><c>$ run_test -dir $TESTOBJS/db -cover $TESTOBJS/db/config/db.coverspec</c></p>
+ <p><c>$ ct_run -dir $TESTOBJS/db -cover $TESTOBJS/db/config/db.coverspec</c></p>
<p>You may also pass the cover specification file name in a
call to <c>ct:run_test/1</c>, by adding a <c>{cover,CoverSpec}</c>