Skip to content

Commit

Permalink
Bug 1737625 [wpt PR 31372] - Run softwareupdate before running Safari…
Browse files Browse the repository at this point in the history
… stable, a=testonly

Automatic update from web-platform-tests
Run softwareupdate before running Safari stable

--

wpt-commits: bc979b57e84d96f9363b276b17ca5b8d85c500d0
wpt-pr: 31372
  • Loading branch information
gsnedders authored and moz-wptsync-bot committed Oct 29, 2021
1 parent dde6440 commit 3caf66c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ steps:
- ${{ if eq(parameters.channel, 'stable') }}:
- script: |
set -eux
sudo softwareupdate --install $( softwareupdate -l | grep -o '\* Label: \(Safari.*\)' | sed -e 's/* Label: //' )
sudo safaridriver --enable
defaults write com.apple.Safari WebKitJavaScriptCanOpenWindowsAutomatically 1
displayName: 'Configure Safari'

0 comments on commit 3caf66c

Please sign in to comment.