diff options
author | Lukas Larsson <[email protected]> | 2010-11-12 11:30:08 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2010-11-29 11:59:34 +0100 |
commit | 6693ec7fd21b3325495f1a3dd4139e39f056f790 (patch) | |
tree | ffe286466137fdb12cd9658928ce7294a4241684 /lib/common_test/doc/src/cover_chapter.xml | |
parent | 451991730f405db085cc69fafd14b07ca3879458 (diff) | |
download | otp-6693ec7fd21b3325495f1a3dd4139e39f056f790.tar.gz otp-6693ec7fd21b3325495f1a3dd4139e39f056f790.tar.bz2 otp-6693ec7fd21b3325495f1a3dd4139e39f056f790.zip |
Update documentation after rename of run_test to ct_run
Diffstat (limited to 'lib/common_test/doc/src/cover_chapter.xml')
-rw-r--r-- | lib/common_test/doc/src/cover_chapter.xml | 4 |
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> |