mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
@cosmetic added junit transformer
This commit is contained in:
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"
|
||||
NUNIT_PARAMS="--result=$TEST_DIR/reports/results.xml;transform=../.circleci/nunit3-junit.xslt"
|
||||
|
||||
if [ "$PLATFORM" = "Windows" ]; then
|
||||
WHERE="$WHERE && cat != LINUX"
|
||||
|
Reference in New Issue
Block a user