Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
3ae43a44
Commit
3ae43a44
authored
Nov 26, 2014
by
Mislav Marohnić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Capitalize "Usage:" header for consistency with rbenv help system
parent
960e183d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bin/ruby-build
+1
-1
test/arguments.bats
+2
-2
No files found.
bin/ruby-build
View file @
3ae43a44
#!/usr/bin/env bash
#!/usr/bin/env bash
#
#
#
u
sage: ruby-build [-kvp] <definition> <prefix>
#
U
sage: ruby-build [-kvp] <definition> <prefix>
# ruby-build --definitions
# ruby-build --definitions
#
#
# -k/--keep Do not remove source tree after installation
# -k/--keep Do not remove source tree after installation
...
...
test/arguments.bats
View file @
3ae43a44
...
@@ -9,7 +9,7 @@ load test_helper
...
@@ -9,7 +9,7 @@ load test_helper
run ruby-build "$definition"
run ruby-build "$definition"
assert_failure
assert_failure
assert_output_contains '
u
sage: ruby-build'
assert_output_contains '
U
sage: ruby-build'
}
}
@test "extra arguments for ruby-build" {
@test "extra arguments for ruby-build" {
...
@@ -19,7 +19,7 @@ load test_helper
...
@@ -19,7 +19,7 @@ load test_helper
run ruby-build "$definition" "${TMP}/install" ""
run ruby-build "$definition" "${TMP}/install" ""
assert_failure
assert_failure
assert_output_contains '
u
sage: ruby-build'
assert_output_contains '
U
sage: ruby-build'
}
}
@test "extra arguments for rbenv-install" {
@test "extra arguments for rbenv-install" {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment