From: Bryce H. <br...@us...> - 2004-12-09 02:31:28
|
Update of /cvsroot/tslogparser/tslogparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28675 Modified Files: INSTALL Log Message: spelling Index: INSTALL =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/INSTALL,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- INSTALL 22 Nov 2004 10:34:38 -0000 1.1.1.1 +++ INSTALL 9 Dec 2004 02:31:18 -0000 1.2 @@ -8,7 +8,7 @@ -> create a file containing your database access information, and include it from: database.inc.php - as described. Here is an exemple of such a configuration file: + as described. Here is an example of such a configuration file: $ cat > db_inc.php <<EOF <?php // Database server name or IP: @@ -35,19 +35,19 @@ -> Make the system know about your testsuite. The first step is to provide the system with the description of your - testsuite. Do achieve this, you'll have to open the + testsuite. To achieve this, you'll have to open the admin/parse-opts-release.php page (i.e. http://localhost/admin/parse-opts-release.php). The page asks for several descriptive information -- enter anything you like, but I'd suggest to put explicit naming convention and description. - exemple: + example: Name: OPTS-CVS-2004-11-19 Desc: Open POSIX Test Suite cvs checkout from 2004-11-19, used to ... The latest field asks for the directory name where your posixtestsuite is. Please note this is the path on you WEB SERVER FILESYSTEM! The script does not support uploading of files; so you'll have to upload - you files on the webserver, and then provide the path to it, e.g.: + your files to the webserver, and then provide the path to it, e.g.: /var/uploaded/posixtestsuite Please note that you must provide path to an uncompressed archive. @@ -62,7 +62,7 @@ (e.g.: http://localhost/admin/enter-new-run.php) From this screen, you can select the TestSuite release the run ran against, - then enter a name and a description for your run. As previously, i'd suggest + then enter a name and a description for your run. As previously, I'd suggest to give as detailed information as possible, e.g.: Name: BOS-ia32-latest(20041119) Desc: Run in BullOpenSource, on dual-i686 box, with kernel 2.6.9 |