File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -116,12 +116,9 @@ project.ext {
116
116
if (os_windows) {
117
117
nunit_console_exe = findUnityPath(" NUNIT_CONSOLE_EXE" , false ,
118
118
fileTree(dir : unity_root). matching { include ' **/Mono/bin/nunit-console2.bat' })
119
- } else if (os_osx) {
119
+ } else if (os_osx || os_linux ) {
120
120
nunit_console_exe = findUnityPath(" NUNIT_CONSOLE_EXE" , false ,
121
121
fileTree(dir : unity_root). matching { include ' **/nunit-console2' })
122
- } else if (os_linux) {
123
- nunit_console_exe = findUnityPath(" NUNIT_CONSOLE_EXE" , false ,
124
- fileTree(dir : unity_root). matching { include ' **/nunit-console' })
125
122
}
126
123
if (nunit_console_exe == null || ! nunit_console_exe. exists()) {
127
124
logger. warn(" nunit_console command not found, compilation may fail." )
You can’t perform that action at this time.
0 commit comments