From 6693ec7fd21b3325495f1a3dd4139e39f056f790 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Fri, 12 Nov 2010 11:30:08 +0100 Subject: Update documentation after rename of run_test to ct_run --- lib/common_test/doc/src/cover_chapter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/common_test/doc/src/cover_chapter.xml') 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 @@

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 -cover flag with run_test. + This you do either by using the -cover flag with ct_run. Example:

-

$ run_test -dir $TESTOBJS/db -cover $TESTOBJS/db/config/db.coverspec

+

$ ct_run -dir $TESTOBJS/db -cover $TESTOBJS/db/config/db.coverspec

You may also pass the cover specification file name in a call to ct:run_test/1, by adding a {cover,CoverSpec} -- cgit v1.2.3