mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 01:45:50 +08:00 
			
		
		
		
	Moving actual installation tests to their own suite.
This commit is contained in:
		
							
								
								
									
										20
									
								
								test/installation/install version specified in .nvmrc from binary
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										20
									
								
								test/installation/install version specified in .nvmrc from binary
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| set -e | ||||
| . ../../../nvm.sh | ||||
|  | ||||
| NVM_TEST_VERSION=v0.10.7 | ||||
|  | ||||
| # Remove the stuff we're clobbering. | ||||
| [ -e ../../../$NVM_TEST_VERSION ] && rm -R ../../../$NVM_TEST_VERSION | ||||
|  | ||||
| # Install from binary | ||||
| echo "$NVM_TEST_VERSION" > .nvmrc | ||||
|  | ||||
| nvm install | ||||
|  | ||||
| # Check | ||||
| [ -d ../../../$NVM_TEST_VERSION ] | ||||
| nvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user