Bamboo Nunit parser task incorrectly parses the results from nunit3-console.exe (25 tests were quarantined)
问题 In Bamboo plan I have script-task, where script body is: @echo off SET nucpath=%1 SET projectvar=%2 SET xmlvar=%3 CALL SET xmlvar=%%xmlvar:-xml=--result%% SET outputvar=%4;format=nunit2 SHIFT SHIFT SHIFT SET remvar=%2 :loop SHIFT if [%1]==[] GOTO afterloop SET remvar=%remvar% %2 GOTO loop :afterloop REM Ensure PATH includes nunit3-console.exe or edit the line below to include full path. %nucpath% %projectvar% %xmlvar% %outputvar% %remvar% with arguments: ${bamboo.build.working.directory}\src