Title: [137228] trunk/Tools
- Revision
- 137228
- Author
- [email protected]
- Date
- 2012-12-10 17:13:19 -0800 (Mon, 10 Dec 2012)
Log Message
old-run-webkit-tests: add --show-results properly
https://bugs.webkit.org/show_bug.cgi?id=104608
Reviewed by Eric Seidel.
Rework r137219 / bug 104601 to use the correct perl idiom.
* Scripts/old-run-webkit-tests:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (137227 => 137228)
--- trunk/Tools/ChangeLog 2012-12-11 01:03:08 UTC (rev 137227)
+++ trunk/Tools/ChangeLog 2012-12-11 01:13:19 UTC (rev 137228)
@@ -1,3 +1,14 @@
+2012-12-10 Dirk Pranke <[email protected]>
+
+ old-run-webkit-tests: add --show-results properly
+ https://bugs.webkit.org/show_bug.cgi?id=104608
+
+ Reviewed by Eric Seidel.
+
+ Rework r137219 / bug 104601 to use the correct perl idiom.
+
+ * Scripts/old-run-webkit-tests:
+
2012-12-10 Aaron Colwell <[email protected]>
Unreviewed. Adding Aaron Colwell to the contributor list.
Modified: trunk/Tools/Scripts/old-run-webkit-tests (137227 => 137228)
--- trunk/Tools/Scripts/old-run-webkit-tests 2012-12-11 01:03:08 UTC (rev 137227)
+++ trunk/Tools/Scripts/old-run-webkit-tests 2012-12-11 01:13:19 UTC (rev 137228)
@@ -347,7 +347,6 @@
'merge-leak-depth|m:5' => \$mergeDepth,
'new-test-results!' => \$generateNewResults,
'no-build' => \$noBuildDumpTool,
- 'no-show-results' => sub { $launchSafari = 0; },
'nthly=i' => \$testsPerDumpTool,
'pixel-tests|p' => \$pixelTests,
'platform=s' => \$platform,
@@ -360,7 +359,7 @@
'reverse' => \$reverseTests,
'root=s' => \$root,
'sample-on-timeout!' => \$runSample,
- 'show-results' => sub { $launchSafari = 1; },
+ 'show-results!' => \$launchSafari,
'singly|1' => sub { $testsPerDumpTool = 1; },
'skipped=s' => \&validateSkippedArg,
'slowest' => \$report10Slowest,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes