-
Notifications
You must be signed in to change notification settings - Fork 9.6k
tests: clean up and add comments to cdt layout test scripts #13471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| export PYTHONPATH="${PYTHONPATH:-}:$BLINK_TOOLS_PATH/latest/third_party/typ" | ||
| fi | ||
|
|
||
| yarn devtools "$DEVTOOLS_PATH" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps yarn devtools should also just build devtools?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eh it might be nice to roll LH, then change DT code without building twice.
adamraine
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good
| export PYTHONPATH="${PYTHONPATH:-}:$BLINK_TOOLS_PATH/latest/third_party/typ" | ||
| fi | ||
|
|
||
| yarn devtools "$DEVTOOLS_PATH" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eh it might be nice to roll LH, then change DT code without building twice.
|
generally lgtm. nice cleanup! one related thing that's bugged me is we have 'yarn devtools' which calls 'roll-to-devtools.sh' and then within chromium webtests we have a |
Some refactoring/documenting I wanted to do for these scripts.
yarn open-devtoolsif running against the default .tmp DevTools checkoutyarn open-devtools, should be useful for tests: run most smoke tests on devtools #13456