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

testing for RVM 1.9 #494

Closed
mpapis opened this issue Oct 12, 2011 · 3 comments
Closed

testing for RVM 1.9 #494

mpapis opened this issue Oct 12, 2011 · 3 comments
Milestone

Comments

@mpapis
Copy link
Member

mpapis commented Oct 12, 2011

Deryl - please test the following changes:

# rvm [ruby] do something :
rvm default do something
rvm default@gemset do something
rvm /path/to/project do something
rvm default@gemset

rvm use /path/to/project

rvm install ruby-named ; rvm use ruby-named

please have a look also on return statuses of the commands - any failure should be followed by status different then 0

@ghost ghost self-assigned this Oct 12, 2011
@ghost
Copy link

ghost commented Oct 12, 2011

Testing should close:

#398
#411
#440
#442
#477
#492
#496
#500

@ghost
Copy link

ghost commented Oct 14, 2011

This gist covers Issue #494 ONLY! - https://gist.github.com/1286470

@ghost
Copy link

ghost commented Oct 14, 2011

@mpapis @wayneeseguin

Multi-User Installs

https://gist.github.com/1286629
https://gist.github.com/1286630
https://gist.github.com/1286628
https://gist.github.com/1286631
https://gist.github.com/1286632

[NOTE: Systems all required rvmsudo rvm get head to update.]

Single-User Installs

https://gist.github.com/1286662
https://gist.github.com/1286661
https://gist.github.com/1286660
https://gist.github.com/1286663
https://gist.github.com/1286667

Installing 1.8.7 + 1.9.2 (using OS X node under Multi-User

https://gist.github.com/1286684

FAILURES: Tests revolving around the keyword do fail to execute more than one statement.

Output: https://gist.github.com/1286781
Script: https://gist.github.com/1286782

Note: Regardless of escape formats, && or ; formats for job separation, do does not operate as expected except for with singular commands. Command chaining fails every time.

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

No branches or pull requests

1 participant