Skip to content

Commit

Permalink
scripts/nunit: add --noresult option
Browse files Browse the repository at this point in the history
This suppresses the output of the result .xml file when tests are run.

.log files are still created due to nunit/nunit-console#1178.
  • Loading branch information
dlech committed May 22, 2022
1 parent c2d9474 commit 48bab01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-tests-mono.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
set -e

xbuild SshAgentLibTests/SshAgentLibTests.csproj
mono ./packages/NUnit.ConsoleRunner/tools/nunit3-console.exe SshAgentLibTests/bin/Debug/SshAgentLibTests.dll --framework=mono-4.0 "$@"
mono ./packages/NUnit.ConsoleRunner/tools/nunit3-console.exe SshAgentLibTests/bin/Debug/SshAgentLibTests.dll --framework=mono-4.0 --noresult "$@"

0 comments on commit 48bab01

Please sign in to comment.