Changeset 121716 in webkit


Ignore:
Timestamp:
Jul 2, 2012 6:24:18 PM (12 years ago)
Author:
abarth@webkit.org
Message:

Remove flashplugin-installer from the EWS image because it causes some tests to crash
https://bugs.webkit.org/show_bug.cgi?id=90403

Reviewed by Tony Chang.

  • EWSTools/cold-boot.sh:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r121713 r121716  
     12012-07-02  Adam Barth  <abarth@webkit.org>
     2
     3        Remove flashplugin-installer from the EWS image because it causes some tests to crash
     4        https://bugs.webkit.org/show_bug.cgi?id=90403
     5
     6        Reviewed by Tony Chang.
     7
     8        * EWSTools/cold-boot.sh:
     9
    1102012-07-02  Leandro Gracia Gil  <leandrogracia@chromium.org>
    211
  • trunk/Tools/EWSTools/cold-boot.sh

    r121647 r121716  
    5252sudo apt-get install xvfb screen zip -y
    5353
     54# install-build-deps.sh will install flashplugin-installer, which causes some plug-in tests to crash.
     55sudo apt-get remove flashplugin-installer -y
     56
    5457cd /mnt
    5558sudo mkdir -p git
Note: See TracChangeset for help on using the changeset viewer.