diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-01-27 23:38:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-27 23:38:04 -0600 |
commit | 025e5d773313e16ffe73ae63efc068b79b82d531 (patch) | |
tree | ba63df4b877d5658bab8767de7edc2d3b869d140 /components/script/dom/node.rs | |
parent | bc7dd644f6f50bd6eb3fba1547808775ee9d7620 (diff) | |
parent | a280188fdc79fd5d48e71d77367b688d16e09341 (diff) | |
download | servo-025e5d773313e16ffe73ae63efc068b79b82d531.tar.gz servo-025e5d773313e16ffe73ae63efc068b79b82d531.zip |
Auto merge of #19884 - aneeshusa:fix-mutation-test, r=jdm
Fix mutation test in CI by passing env vars correctly
Originally, buildbot would try to directly execute `RUSTFLAGS=` as a binary
since it was the first token in the command string, which won't work.
Fix this by using the `env` command to set the environment variables,
as there is currently no support for setting per-step environment variables
in the `buildbot_steps.yml` file.
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes should fix #19821 (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they change the CI configuration
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19884)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/node.rs')
0 files changed, 0 insertions, 0 deletions