diff --git a/jenkins_test.sh b/jenkins_test.sh index e0bd6bf..340da49 100644 --- a/jenkins_test.sh +++ b/jenkins_test.sh @@ -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 \ No newline at end of file +mv TestFiles/nunit3 TestFiles/RecrownedGTK.Tools.Tests.xml \ No newline at end of file