File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5353 <Exec Command =" certmgr -add -c Trust $(SSLCertsDir)/testca/cacert.cer" />
5454 </Target >
5555
56+ <!-- Decide whether we need to set TEMP under mono -->
57+ <PropertyGroup >
58+ <MonoNunitTempSetting Condition =" '$(PropUsingMono)' == 'true' and '$(temp)' == ''" >temp=/tmp </MonoNunitTempSetting >
59+ </PropertyGroup >
60+
5661 <!-- Running the tests -->
5762 <Target Name =" RunUnitTests" DependsOnTargets =" ImportSSL" >
58- <Exec Command =' $(PropLaunchExe)..\..\..\lib\nunit\nunit-console.exe "build\bin\$(AssemblyName).dll"' WorkingDirectory =" $(MSBuildProjectDirectory)" ContinueOnError =" true" />
63+ <Exec Command =' $(MonoNunitTempSetting)$( PropLaunchExe)..\..\..\lib\nunit\nunit-console.exe "build\bin\$(AssemblyName).dll"' WorkingDirectory =" $(MSBuildProjectDirectory)" ContinueOnError =" true" />
5964 </Target >
6065
6166 <!-- Clean test result file -->
You can’t perform that action at this time.
0 commit comments