mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-01 05:55: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 | ||||
|  | ||||
| dotnet restore test/Ocelot.AcceptanceTests/ | ||||
| dotnet test test/Ocelot.AcceptanceTests/ | ||||
| cd test/Ocelot.AcceptanceTests/ | ||||
| dotnet restore  | ||||
| dotnet test  | ||||
| cd ../../ | ||||
|  | ||||
| echo Building Ocelot | ||||
|  | ||||
|   | ||||
| @@ -8,7 +8,8 @@ dotnet test test/Ocelot.UnitTests/ | ||||
|  | ||||
| echo Running Ocelot.AcceptanceTests | ||||
|  | ||||
| dotnet restore test/Ocelot.AcceptanceTests/ | ||||
| dotnet test test/Ocelot.AcceptanceTests/ | ||||
|  | ||||
| cd test/Ocelot.AcceptanceTests/ | ||||
| dotnet restore  | ||||
| dotnet test  | ||||
| cd ../../ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 TomPallister
					TomPallister