[Webkit-unassigned] [Bug 63818] Test bots shouldn't attempt to build TestWebKitAPI on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 1 12:06:48 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63818


Adam Roben (:aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #99496|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #4 from Adam Roben (:aroben) <aroben at apple.com>  2011-07-01 12:06:49 PST ---
(From update of attachment 99496)
View in context: https://bugs.webkit.org/attachment.cgi?id=99496&action=review

> Tools/Scripts/run-api-tests:62
> +  --no-build           Do not build unit tests prior to running

The description here doesn't line up with the others.

> Tools/Scripts/run-api-tests:69
> +    'no-build' => \$noBuild

even better would be to specify this as:

my $build = 1;

--[no-]build    Build unit tests prior to running (default: $build)

'build!' => \$build

That will cause --build and --no-build to work as expected.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list