We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63808c6 commit 10d114dCopy full SHA for 10d114d
tests/test_suite.py
@@ -211,8 +211,8 @@ def generateWorldsList(groupName):
211
(filename.endswith('supervisor_start_stop_movie.wbt') and is_ubuntu_22_04) or
212
(filename.endswith('billboard.wbt') and sys.platform == 'darwin') or
213
(filename.endswith('billboard.wbt') and sys.platform == 'win32') or
214
- (filename.endswith('robot_window_html.wbt') and sys.platform == 'win32')
215
- (filename.endswith('backward_compability_enu_flu.wbt' and sys.platform == 'win32'))
+ (filename.endswith('robot_window_html.wbt') and sys.platform == 'win32') or
+ (filename.endswith('backward_compability_enu_flu.wbt') and sys.platform == 'win32')
216
))):
217
worldsList.append(filename)
218
0 commit comments