@cosmetic Fixed junit transformer.

This commit is contained in:
Leonardo Galli 2018-02-12 17:18:25 +01:00
parent 808b6d16e9
commit 7537cef93c
1 changed files with 1 additions and 1 deletions

View File

@ -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"