diff --git a/test.sh b/test.sh old mode 100644 new mode 100755 index 77b58f2e5..60ff7489c --- a/test.sh +++ b/test.sh @@ -9,7 +9,7 @@ if [ -d "$TEST_DIR/_tests" ]; then TEST_DIR="$TEST_DIR/_tests" fi -NUNIT="$TEST_DIR/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe" +NUNIT="$TEST_DIR/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe" NUNIT_COMMAND="$NUNIT" NUNIT_PARAMS="--teamcity"