@cosmetic custom docker image for circleci

This commit is contained in:
Leonardo Galli
2018-02-12 17:10:44 +01:00
parent ef86c83799
commit d1189e62c5
3 changed files with 9 additions and 2 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="--teamcity"
NUNIT_PARAMS="--result=$TEST_DIR/reports/results.xml"
if [ "$PLATFORM" = "Windows" ]; then
WHERE="$WHERE && cat != LINUX"