From 6c96750d0d05a1ef7503b1721cc0a882e6447a0a Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Mon, 6 Feb 2017 17:57:01 +0000 Subject: [PATCH] Do not write NUnit XML result files when running tests. --- build/RunTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/RunTests.sh b/build/RunTests.sh index 998d7bb9..a58d744b 100755 --- a/build/RunTests.sh +++ b/build/RunTests.sh @@ -1,4 +1,4 @@ set -e BUILD_DIR=$(dirname -- $0) MONO_PATH=$BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools \ -mono $BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools/nunit-console.exe -nologo $BUILD_DIR/gmake/lib/Release_*/*Tests.*.dll +mono $BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools/nunit-console.exe -nologo -noresult $BUILD_DIR/gmake/lib/Release_*/*Tests.*.dll