File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
99
<target name =" common.run-tests"
100
100
description=" Run NUnit tests" >
101
101
<call target =" common.find-nunit" unless =" ${property::exists('nunit.found')}" />
102
- <property name =" common.run-tests.failonerror" value =" ${not property::exists(project::get-name() + '.IgnoreFail')}" />
102
+ <property name =" common.run-tests.failonerror" value =" ${not property::exists(test.file + '.IgnoreFail')}" />
103
103
<exec program =" ${nunit-console}" failonerror =" ${common.run-tests.failonerror}" >
104
104
<arg line =" ${bin.dir}/${test.file}.dll /xml:${testresults.dir}/${test.file}.dll-results.xml /framework:${framework::get-target-framework()}" />
105
105
</exec >
Original file line number Diff line number Diff line change 46
46
<target name =" test" depends =" init build" description =" Runs all NHibernate tests for the current framework" unless =" ${skip.tests}" >
47
47
<property name =" testfiles.all" value =" NHibernate.TestDatabaseSetup NHibernate.Test NHibernate.Test.VisualBasic" />
48
48
<foreach item =" String" in =" ${testfiles.all}" delim =" " property =" test.file" >
49
- <call target =" common.run-database-tests" failonerror = " false " />
49
+ <call target =" common.run-database-tests" />
50
50
</foreach >
51
51
</target >
52
52
You can’t perform that action at this time.
0 commit comments