diff --git a/lighthouse-core/scripts/roll-to-devtools.sh b/lighthouse-core/scripts/roll-to-devtools.sh index 826c3cefdb57..e892db9a5858 100755 --- a/lighthouse-core/scripts/roll-to-devtools.sh +++ b/lighthouse-core/scripts/roll-to-devtools.sh @@ -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"