Added .xml extension to results as well as fix relative path issues.
This commit is contained in:
parent
08ef6a3a51
commit
9e1b4bc3e6
@ -2,11 +2,11 @@
|
||||
#Tests
|
||||
mkdir -p TestFiles
|
||||
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
|
||||
mv TestFiles/nunit3 TestFiles/RecrownedGTK.Tests.xml
|
||||
|
||||
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
|
||||
mv TestFiles/nunit3 TestFiles/RecrownedGTK.Tools.Tests.xml
|
Loading…
Reference in New Issue
Block a user