mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 13:54:29 +00:00
@cosmetic Fixed junit transformer.
This commit is contained in:
parent
808b6d16e9
commit
7537cef93c
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -11,7 +11,7 @@ fi
|
|||
|
||||
NUNIT="$TEST_DIR/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe"
|
||||
NUNIT_COMMAND="$NUNIT"
|
||||
NUNIT_PARAMS="--result=$TEST_DIR/reports/results.xml;transform=../.circleci/nunit3-junit.xslt"
|
||||
NUNIT_PARAMS="--result=$TEST_DIR/reports/results.xml;transform=.circleci/nunit3-junit.xslt"
|
||||
|
||||
if [ "$PLATFORM" = "Windows" ]; then
|
||||
WHERE="$WHERE && cat != LINUX"
|
||||
|
|
Loading…
Reference in a new issue