@cosmetic Fixed junit transformer.

pull/1104/merge
Leonardo Galli 6 years ago
parent 808b6d16e9
commit 7537cef93c

@ -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…
Cancel
Save