Reviewed by andersca.
* quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13823
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-04-11 Eric Seidel <eseidel@apple.com>
+
+ Reviewed by andersca.
+
+ * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests
+
2006-04-10 Geoffrey Garen <ggaren@apple.com>
Reviewed by Beth.
2006-04-10 Geoffrey Garen <ggaren@apple.com>
Reviewed by Beth.
<h3>How to run the tests</h3>
<h3>How to run the tests</h3>
-<p>From JavaScriptCore/tests/mozilla, run the following command:</p>
-<p class="code">./run-mozilla-tests</p>
+<pExecute the "run-javascriptcore-tests" script:</p>
+<p class="code">WebKitTools/Scripts/run-javascriptcore-tests</p>
<p>The script will run all the tests and summarize how the results differ from what is currently expected.</p>
<h3>What just happened</h3>
<p>The script will run all the tests and summarize how the results differ from what is currently expected.</p>
<h3>What just happened</h3>
<h3>What happens if I caused a regression?</h3>
<h3>What happens if I caused a regression?</h3>
-<p>It's not the end of the world. Go back and fix your bug and re-run <tt>run-mozilla-tests</tt> as many times as necessary.</p>
+<p>It's not the end of the world. Go back and fix your bug and re-run <tt>run-javascriptcore-tests</tt> as many times as necessary.</p>
<?php
include("../footer.inc");
<?php
include("../footer.inc");
-?>
\ No newline at end of file