Skip to content

Commit

Permalink
update tests to be faster, update #2735
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Mar 26, 2014
1 parent ec5e102 commit c78f348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rvm-test
Submodule rvm-test updated from b10b64 to d2f636
6 changes: 3 additions & 3 deletions rvm-test-rvm1/rvm-user_comment_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ cat $d/.fake-rvmrc
# match!=/rvm_gemset_path=/

: __rvm_env_string
rvm use 2.0.0-p247 --install
__rvm_env_string # match=/2.0.0-p247/
rvm use 2.0.0-p353 --install
__rvm_env_string # match=/2.0.0-p353/

: __rvm_env_string fake + gems_path
export rvm_gems_path=/tmp/gems2
Expand All @@ -31,4 +31,4 @@ export GEM_HOME=$rvm_path/gems/3.0.0-p9000
export PATH=$GEM_HOME/bin:$PATH
__rvm_env_string # match=/^3.0.0-p9000$/

rvm use 2.0.0-p247
rvm use 2.0.0-p353

0 comments on commit c78f348

Please sign in to comment.