Skip to content

Commit c04f1ab

Browse files
authored
clients(devtools): update test command to run only .js files (#9532)
1 parent f72dc06 commit c04f1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-core/scripts/roll-to-devtools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ cp -r dist/dt-report-resources/* $fe_lh_dir
5151
VERSION=$(node -e "console.log(require('./package.json').version)")
5252
sed -i '' -e "s/Version:.*/Version: $VERSION/g" "$tests_dir"/*-expected.txt
5353

54-
echo "Done. To rebase the test expectations, run: yarn --cwd ~/chromium/src/third_party/blink/renderer/devtools test 'http/tests/devtools/audits/*' --reset-results"
54+
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 commit comments

Comments
 (0)