Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: refresh devtools checkout for webtests #11717

Merged
merged 2 commits into from
Dec 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion lighthouse-core/test/chromium-web-tests/download-devtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ if [ -d "$DEVTOOLS_PATH" ]
then
echo "Directory $DEVTOOLS_PATH already exists."
cd "$DEVTOOLS_PATH"

# Update to keep current
git pull -f origin master
gclient sync

exit 0
fi

Expand All @@ -27,4 +32,4 @@ cd devtools-frontend
gclient sync
gn gen out/Default

set +x
set +x