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 53
53
<Exec Command =" certmgr -add -c Trust $(SSLCertsDir)/testca/cacert.cer" />
54
54
</Target >
55
55
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
+
56
61
<!-- Running the tests -->
57
62
<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" />
59
64
</Target >
60
65
61
66
<!-- Clean test result file -->
You can’t perform that action at this time.
0 commit comments