Skip to content

Commit

Permalink
clients(devtools): update test command to run only .js files (#9532)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Aug 8, 2019
1 parent f72dc06 commit c04f1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/scripts/roll-to-devtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ cp -r dist/dt-report-resources/* $fe_lh_dir
VERSION=$(node -e "console.log(require('./package.json').version)")
sed -i '' -e "s/Version:.*/Version: $VERSION/g" "$tests_dir"/*-expected.txt

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

0 comments on commit c04f1ab

Please sign in to comment.