Skip to content

Commit

Permalink
@cosmetic Fixed junit transformer.
Browse files Browse the repository at this point in the history
  • Loading branch information
galli-leo committed Feb 12, 2018
1 parent 808b6d1 commit 7537cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7537cef

Please sign in to comment.