Commit:    9f9b1aba45852e608087bb9481307947df3b2223
Author:    Matt Ficken <v-maf...@microsoft.com>         Tue, 30 Oct 2012 
11:22:54 -0700
Parents:   0eefbd1d6a964c952cce10a44a85855fa3a4272f
Branches:  master

Link:       
http://git.php.net/?p=pftt2.git;a=commitdiff;h=9f9b1aba45852e608087bb9481307947df3b2223

Log:
documenting -stress_each


Former-commit-id: 9bdda71e87b6943082c2f13b71093f10750de932

Changed paths:
  M  README.mdown
  M  doc/index.html


Diff:
diff --git a/README.mdown b/README.mdown
index 29c271e..b4ed406 100644
--- a/README.mdown
+++ b/README.mdown
@@ -108,6 +108,10 @@ Shows help info (additional commands, etc...)
 
     > pftt -help
 
+Run all PHPTs from the test-pack, running each PHPT 3 times 
+
+    > pftt -stress_each 3 phpt_all C:\php-sdk\php-5.4.7-win32-vc9-x86 
C:\php-sdk\php-test-pack-5.4-r1234567
+
 ### Functional Build Comparison(FBC) Reports
 
 Run one test pass
diff --git a/doc/index.html b/doc/index.html
index d08d6ca..949fbfc 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -121,6 +121,9 @@ For convenience can do</p>
 <p>Shows help info (additional commands, etc...)</p>
 <code>pftt -help</code>
 
+<p>Run all PHPTs from the test-pack, running each PHPT 3 times</p> 
+<code>pftt -stress_each 3 phpt_all C:\php-sdk\php-5.4.7-win32-vc9-x86 
C:\php-sdk\php-test-pack-5.4-r1234567</code>
+
 <h2>Functional Build Comparison(FBC) Reports</h2>
 
 <p>Run one test pass</p>

Reply via email to