Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰馃彈 Fix building HTML fixtures during integration tests #32886

Merged
merged 1 commit into from Feb 25, 2021

Conversation

jridgewell
Copy link
Contributor

@jridgewell jridgewell commented Feb 24, 2021

buildRuntime (which is run unless you specify --nobuild flag) does a full build system cleaning, which also wipes out the built test-bin directory. We need to compile the HTML fixtures after it, so they're not immediately cleaned.

Fixes #32091

The `buildRuntime` (which is run unless you specify `--nobuild` flag) does a full build system cleaning, which also wipes out the built `test-bin` directory. We need to compile the HTML fixtures _after_ it, so they're not immediately cleaned.
@jridgewell jridgewell merged commit 39d1d7f into master Feb 25, 2021
Copy link
Member

@samouri samouri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration tests always fail the first time ran
4 participants