Skip to content

Commit

Permalink
clients(devtools): remove unnecessary code (#9702)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored and paulirish committed Nov 6, 2019
1 parent 38d04fd commit 2730fe5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lighthouse-core/scripts/roll-to-devtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ mkdir -p "$fe_locales_dir"
find $lh_locales_dir -name '*.json' ! -name '*.ctc.json' -exec cp {} "$fe_locales_dir" \;
echo -e "$check Locale JSON files copied."

# update expected version string in tests
VERSION=$(node -e "console.log(require('./package.json').version)")
sed -i '' -e "s/Version:.*/Version: $VERSION/g" "$tests_dir"/*-expected.txt
echo -e "$check Updated Version string in tests."

echo ""
echo "Done. To rebase the test expectations, run: "
echo " yarn --cwd ~/chromium/src/third_party/blink/renderer/devtools test 'http/tests/devtools/audits/*.js' --reset-results"

0 comments on commit 2730fe5

Please sign in to comment.