Tests: added failonerror=false
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/dfa66402 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/dfa66402 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/dfa66402 Branch: refs/heads/feature/RollingFileAppender-NG Commit: dfa6640286f0e3c89c5f44790b27c77deffa8823 Parents: 7b65427 Author: Dominik Psenner <[email protected]> Authored: Wed Jul 5 14:32:11 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Wed Jul 5 14:32:11 2017 +0200 ---------------------------------------------------------------------- tests/nant.build | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/dfa66402/tests/nant.build ---------------------------------------------------------------------- diff --git a/tests/nant.build b/tests/nant.build index 912d59e..6255370 100644 --- a/tests/nant.build +++ b/tests/nant.build @@ -788,7 +788,7 @@ limitations under the License. </target> <target name="runtests-net-1.0" description="Runs log4net tests on .NET Framework 1.0 version" depends="compile-net-1.0"> - <nunit2> + <nunit2 failonerror="false"> <formatter type="Xml" usefile="true" extension=".xml" outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" /> <formatter type="Plain"/> <test assemblyname="${current.bin.dir}/log4net.Tests.dll" /> @@ -796,7 +796,7 @@ limitations under the License. </target> <target name="runtests-net-1.1" description="Runs log4net tests on .NET Framework 1.1 version" depends="compile-net-1.1"> - <nunit2> + <nunit2 failonerror="false"> <formatter type="Xml" usefile="true" extension=".xml" outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" /> <formatter type="Plain"/> <test assemblyname="${current.bin.dir}/log4net.Tests.dll" /> @@ -804,7 +804,7 @@ limitations under the License. </target> <target name="runtests-net-2.0" description="Runs log4net tests on .NET Framework 2.0 version" depends="compile-net-2.0"> - <nunit2> + <nunit2 failonerror="false"> <formatter type="Xml" usefile="true" extension=".xml" outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" /> <formatter type="Plain"/> <test assemblyname="${current.bin.dir}/log4net.Tests.dll" /> @@ -812,7 +812,7 @@ limitations under the License. </target> <target name="runtests-mono-2.0" description="Runs log4net tests on Mono Framework 2.0 version" depends="compile-mono-2.0"> - <nunit2> + <nunit2 failonerror="false"> <formatter type="Xml" usefile="true" extension=".xml" outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" /> <formatter type="Plain"/> <test assemblyname="${current.bin.dir}/log4net.Tests.dll" /> @@ -820,7 +820,7 @@ limitations under the License. </target> <target name="runtests-mono-3.5" description="Runs log4net tests on Mono Framework 3.5 version" depends="compile-mono-3.5"> - <nunit2> + <nunit2 failonerror="false"> <formatter type="Xml" usefile="true" extension=".xml" outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" /> <formatter type="Plain"/> <test assemblyname="${current.bin.dir}/log4net.Tests.dll" /> @@ -828,7 +828,7 @@ limitations under the License. </target> <target name="runtests-mono-4.0" description="Runs log4net tests on Mono Framework 4.0 version" depends="compile-mono-4.0"> - <nunit2> + <nunit2 failonerror="false"> <formatter type="Xml" usefile="true" extension=".xml" outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" /> <formatter type="Plain"/> <test assemblyname="${current.bin.dir}/log4net.Tests.dll" /> @@ -836,7 +836,7 @@ limitations under the License. </target> <target name="runtests-net-3.5" description="Runs log4net tests on .NET Framework 3.5 version" depends="compile-net-3.5"> - <nunit2> + <nunit2 failonerror="false"> <formatter type="Xml" usefile="true" extension=".xml" outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" /> <formatter type="Plain"/> <test assemblyname="${current.bin.dir}/log4net.Tests.dll" /> @@ -844,7 +844,7 @@ limitations under the License. </target> <target name="runtests-net-3.5-cp" description="Runs log4net tests on .NET Framework 3.5 Client Profile version" depends="compile-net-3.5-cp"> - <nunit2> + <nunit2 failonerror="false"> <formatter type="Xml" usefile="true" extension=".xml" outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" /> <formatter type="Plain"/> <test assemblyname="${current.bin.dir}/log4net.Tests.dll" /> @@ -852,7 +852,7 @@ limitations under the License. </target> <target name="runtests-net-4.0" description="Runs log4net tests on .NET Framework 4.0 version" depends="compile-net-4.0"> - <nunit2> + <nunit2 failonerror="false"> <formatter type="Xml" usefile="true" extension=".xml" outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" /> <formatter type="Plain"/> <test assemblyname="${current.bin.dir}/log4net.Tests.dll" /> @@ -860,7 +860,7 @@ limitations under the License. </target> <target name="runtests-net-4.0-cp" description="Runs log4net tests on .NET Framework 4.0 Client Profile version" depends="compile-net-4.0-cp"> - <nunit2> + <nunit2 failonerror="false"> <formatter type="Xml" usefile="true" extension=".xml" outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" /> <formatter type="Plain"/> <test assemblyname="${current.bin.dir}/log4net.Tests.dll" /> @@ -868,7 +868,7 @@ limitations under the License. </target> <target name="runtests-net-4.5" description="Runs log4net tests on .NET Framework 4.5 version" depends="compile-net-4.5"> - <nunit2> + <nunit2 failonerror="false"> <formatter type="Xml" usefile="true" extension=".xml" outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" /> <formatter type="Plain"/> <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
