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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up shell scripts #12299

Merged
merged 1 commit into from Jul 8, 2016
Merged

Fix up shell scripts #12299

merged 1 commit into from Jul 8, 2016

Conversation

@jimberlage
Copy link
Contributor

jimberlage commented Jul 6, 2016

This brings these two scripts in line with the style guidelines.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #__ (github issue number if applicable).
  • There are tests for these changes OR
  • These changes do not require tests because it's a small change to bring some shell scripts in line with the style guide

This change is Reviewable

@jimberlage
Copy link
Contributor Author

jimberlage commented Jul 6, 2016

This should get #12295 to pass.

Jim Berlage
This brings these two scripts in line with the style guidelines.
@jimberlage jimberlage force-pushed the jimberlage:fixup-scripts branch from 0b76417 to bf92401 Jul 6, 2016
@emilio
Copy link
Member

emilio commented Jul 6, 2016

@bors-servo: r+

Thanks! You could also have done this in #12295 directly though :)

@bors-servo
Copy link
Contributor

bors-servo commented Jul 6, 2016

📌 Commit bf92401 has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Jul 7, 2016

Testing commit bf92401 with merge 27cf745...

bors-servo added a commit that referenced this pull request Jul 7, 2016
Fix up shell scripts

<!-- Please describe your changes on the following line: -->
This brings these two scripts in line with the style guidelines.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because it's a small change to bring some shell scripts in line with the style guide

<!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12299)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 7, 2016

💔 Test failed - mac-rel-css

@@ -12,7 +20,8 @@ fi

# Make sure we have llvm38.
if [ ! -x "$(command -v clang-3.8)" ]; then
echo "llmv38 must be installed. Mac users should |brew install llvm38|, Linux varies by distro."
echo "llmv38 must be installed." \

This comment has been minimized.

Copy link
@waddlesplash
@larsbergstrom
Copy link
Contributor

larsbergstrom commented Jul 7, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Jul 7, 2016

Testing commit bf92401 with merge 1f5c26a...

bors-servo added a commit that referenced this pull request Jul 7, 2016
Fix up shell scripts

<!-- Please describe your changes on the following line: -->
This brings these two scripts in line with the style guidelines.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because it's a small change to bring some shell scripts in line with the style guide

<!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12299)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 8, 2016

@bors-servo bors-servo merged commit bf92401 into servo:master Jul 8, 2016
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@jimberlage jimberlage mentioned this pull request Jul 10, 2016
4 of 5 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

7 participants
You can’t perform that action at this time.