Relative path change to use tested project directory.
This commit is contained in:
parent
9e1b4bc3e6
commit
41c4594904
@ -3,10 +3,8 @@
|
|||||||
mkdir -p TestFiles
|
mkdir -p TestFiles
|
||||||
cd RecrownedGTK.Tests
|
cd RecrownedGTK.Tests
|
||||||
../TestFiles/NUnit.Runners/NUnit.ConsoleRunner.3.11.1/tools/nunit3-console.exe "RecrownedGTK.Tests.csproj" --result=nunit3 --work="TestFiles"
|
../TestFiles/NUnit.Runners/NUnit.ConsoleRunner.3.11.1/tools/nunit3-console.exe "RecrownedGTK.Tests.csproj" --result=nunit3 --work="TestFiles"
|
||||||
cd ..
|
mv TestFiles/nunit3 ../TestFiles/RecrownedGTK.Tests.xml
|
||||||
mv TestFiles/nunit3 TestFiles/RecrownedGTK.Tests.xml
|
|
||||||
|
|
||||||
cd RecrownedGTK.Tools.Tests
|
cd ../RecrownedGTK.Tools.Tests
|
||||||
../TestFiles/NUnit.Runners/NUnit.ConsoleRunner.3.11.1/tools/nunit3-console.exe "RecrownedGTK.Tools.Tests.csproj" --result=nunit3 --work="TestFiles"
|
../TestFiles/NUnit.Runners/NUnit.ConsoleRunner.3.11.1/tools/nunit3-console.exe "RecrownedGTK.Tools.Tests.csproj" --result=nunit3 --work="TestFiles"
|
||||||
cd ..
|
mv TestFiles/nunit3 ../TestFiles/RecrownedGTK.Tools.Tests.xml
|
||||||
mv TestFiles/nunit3 TestFiles/RecrownedGTK.Tools.Tests.xml
|
|
Loading…
Reference in New Issue
Block a user