Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/ci_stability.sh

Issue 2468053002: Import wpt@9fcccf38b6be00f71ffa6bd6e29c5aa1ef25ee8c (Closed)
Patch Set: Skip cssom and svg/shapes, remove unwanted baseline Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/ci_stability.sh
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/ci_stability.sh b/third_party/WebKit/LayoutTests/imported/wpt/ci_stability.sh
index 87b446c43de60b64a4458c80849185aa2e2ca130..8e03c182084eb464caa1197562ab5e8aba6848be 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/ci_stability.sh
+++ b/third_party/WebKit/LayoutTests/imported/wpt/ci_stability.sh
@@ -2,9 +2,9 @@ set -e
hosts_fixup() {
echo "travis_fold:start:hosts_fixup"
- echo "== /etc/hosts =="
+ echo "Rewriting hosts file"
+ echo "## /etc/hosts ##"
cat /etc/hosts
- echo "----------------"
sudo sed -i 's/^::1\s*localhost/::1/' /etc/hosts
sudo sh -c 'echo "
127.0.0.1 web-platform.test

Powered by Google App Engine
This is Rietveld 408576698