List:Commits« Previous MessageNext Message »
From:paul Date:August 22 2007 6:44am
Subject:svn commit - mysqldoc@docsrva: r7503 - in trunk: . mysqltest
View as plain text  
Author: paul
Date: 2007-08-22 06:44:11 +0200 (Wed, 22 Aug 2007)
New Revision: 7503

Log:
 r24002@frost:  paul | 2007-08-21 23:38:54 -0500
 Minor wording revisions.
 Fix markup.


Modified:
   trunk/mysqltest/programs.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:29095
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23922
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19696
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:29095
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:24002
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19696


Modified: trunk/mysqltest/programs.xml
===================================================================
--- trunk/mysqltest/programs.xml	2007-08-22 04:21:32 UTC (rev 7502)
+++ trunk/mysqltest/programs.xml	2007-08-22 04:44:11 UTC (rev 7503)
Changed blocks: 4, Lines Added: 8, Lines Deleted: 8; 2112 bytes

@@ -30,7 +30,7 @@
     <listitem>
       <para>
         The <command>mysql-test-run.pl</command> Perl script is the main
-        application used to run the test suite. It invokes
+        application used to run the MySQL test suite. It invokes
         <command>mysqltest</command> to run individual test cases.
         (Prior to MySQL 4.1, a similar shell script,
         <command>mysql-test-run</command>, can be used instead.)

@@ -1533,7 +1533,7 @@
 
         <para>
           The <command>mysql-test-run.pl</command> Perl script is the
-          main application used to run the test suite. It invokes
+          main application used to run the MySQL test suite. It invokes
           <command>mysqltest</command> to run individual test cases.
           (Prior to MySQL 4.1, a similar shell script,
           <command>mysql-test-run</command>, can be used instead.)

@@ -1616,10 +1616,10 @@
         </para>
 
 <programlisting>
-shell&gt; <literal>cd mysql-test</literal>
-shell&gt; <literal>export MTS_VS_CONFIG=debug</literal>
-shell&gt; <literal>./mysqltest-run.pl --force --timer</literal>
-shell&gt; <literal>./mysqltest-run.pl --force --timer
--ps-protocol</literal>
+shell&gt; <userinput>cd mysql-test</userinput>
+shell&gt; <userinput>export MTS_VS_CONFIG=debug</userinput>
+shell&gt; <userinput>./mysqltest-run.pl --force --timer</userinput>
+shell&gt; <userinput>./mysqltest-run.pl --force --timer
--ps-protocol</userinput>
 </programlisting>
 
         <para>

@@ -1635,8 +1635,8 @@
         </para>
 
 <programlisting>
-shell&gt; export MTR_BUILD_THREAD=31
-shell&gt; ./mysql-test-run.pl [<replaceable>options</replaceable>]
[<replaceable>test_name</replaceable>]
+shell&gt; <userinput>export MTR_BUILD_THREAD=31</userinput>
+shell&gt; <userinput>./mysql-test-run.pl
[<replaceable>options</replaceable>]
[<replaceable>test_name</replaceable>]</userinput>
 </programlisting>
 
         <para>


Thread
svn commit - mysqldoc@docsrva: r7503 - in trunk: . mysqltestpaul22 Aug