Title: [104649] trunk/Tools
Revision
104649
Author
sch...@chromium.org
Date
2012-01-10 16:32:36 -0800 (Tue, 10 Jan 2012)

Log Message

Clarify run-webkit-tests options reset-results and new-baseline
https://bugs.webkit.org/show_bug.cgi?id=75993

Reviewed by Dirk Pranke.

* Scripts/webkitpy/layout_tests/run_webkit_tests.py:
(parse_args):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (104648 => 104649)


--- trunk/Tools/ChangeLog	2012-01-11 00:23:20 UTC (rev 104648)
+++ trunk/Tools/ChangeLog	2012-01-11 00:32:36 UTC (rev 104649)
@@ -1,3 +1,13 @@
+2012-01-10  Vincent Scheib  <sch...@chromium.org>
+
+        Clarify run-webkit-tests options reset-results and new-baseline
+        https://bugs.webkit.org/show_bug.cgi?id=75993
+
+        Reviewed by Dirk Pranke.
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests.py:
+        (parse_args):
+
 2012-01-10  Simon Fraser  <simon.fra...@apple.com>
 
         Disabled mock scrollbars should draw differently

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (104648 => 104649)


--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py	2012-01-11 00:23:20 UTC (rev 104648)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py	2012-01-11 00:32:36 UTC (rev 104649)
@@ -265,12 +265,12 @@
         optparse.make_option("--build-directory",
             help="Path to the directory under which build files are kept (should not include configuration)"),
         optparse.make_option("--new-baseline", action=""
-            default=False, help="Save all generated results as new baselines "
-                 "into the platform directory, overwriting whatever's "
+            default=False, help="Save generated results as new baselines "
+                 "into the *platform* directory, overwriting whatever's "
                  "already there."),
         optparse.make_option("--reset-results", action=""
-            default=False, help="Reset any existing baselines to the "
-                 "generated results"),
+            default=False, help="Reset expectations to the "
+                 "generated results in their existing location."),
         optparse.make_option("--no-new-test-results", action=""
             dest="new_test_results", default=True,
             help="Don't create new baselines when no expected results exist"),
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to