mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
Changed scripts so acceptance tests pass when you run them from root
This commit is contained in:
parent
741fcc644d
commit
61dbb675c5
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 ../../
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user