mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-01 06:15:27 +08:00 
			
		
		
		
	Changed scripts so acceptance tests pass when you run them from root
This commit is contained in:
		
							
								
								
									
										6
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								build.sh
									
									
									
									
									
								
							| @@ -8,8 +8,10 @@ dotnet test test/Ocelot.UnitTests/ | |||||||
|  |  | ||||||
| echo Running Ocelot.AcceptanceTests | echo Running Ocelot.AcceptanceTests | ||||||
|  |  | ||||||
| dotnet restore test/Ocelot.AcceptanceTests/ | cd test/Ocelot.AcceptanceTests/ | ||||||
| dotnet test test/Ocelot.AcceptanceTests/ | dotnet restore  | ||||||
|  | dotnet test  | ||||||
|  | cd ../../ | ||||||
|  |  | ||||||
| echo Building Ocelot | echo Building Ocelot | ||||||
|  |  | ||||||
|   | |||||||
| @@ -8,7 +8,8 @@ dotnet test test/Ocelot.UnitTests/ | |||||||
|  |  | ||||||
| echo Running Ocelot.AcceptanceTests | echo Running Ocelot.AcceptanceTests | ||||||
|  |  | ||||||
| dotnet restore test/Ocelot.AcceptanceTests/ | cd test/Ocelot.AcceptanceTests/ | ||||||
| dotnet test test/Ocelot.AcceptanceTests/ | dotnet restore  | ||||||
|  | dotnet test  | ||||||
|  | cd ../../ | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 TomPallister
					TomPallister