@@ -137,7 +137,7 @@ run_all_project_tests_mobile_standalone:
137137{% for project in projects.default -%}
138138{% for platform in test_platforms.mobile_test -%}
139139{% for editor in validation_editors.all -%}
140- - .yamato/mobile-standalone-test.yml#mobile_standalone_test_{{ project.name }}_tests_ {{ platform.name }}_{{ editor }}
140+ - .yamato/mobile-standalone-test.yml#mobile_standalone_test_{{ project.name }}_ {{ platform.name }}_{{ editor }}
141141{% endfor -%}
142142{% endfor -%}
143143{% endfor -%}
@@ -150,7 +150,7 @@ run_all_project_tests_mobile_standalone_trunk:
150150{% for project in projects.default -%}
151151{% for platform in test_platforms.mobile_test -%}
152152{% for editor in validation_editors.default -%}
153- - .yamato/mobile-standalone-test.yml#mobile_standalone_test_{{ project.name }}_tests_ {{ platform.name }}_{{ editor }}
153+ - .yamato/mobile-standalone-test.yml#mobile_standalone_test_{{ project.name }}_ {{ platform.name }}_{{ editor }}
154154{% endfor -%}
155155{% endfor -%}
156156{% endfor -%}
@@ -163,7 +163,7 @@ run_all_project_tests_console_standalone:
163163{% for project in projects.default -%}
164164{% for platform in test_platforms.console_test -%}
165165{% for editor in validation_editors.all -%}
166- - .yamato/console-standalone-test.yml#console_standalone_test_{{ project.name }}_tests_ {{ platform.name }}_{{ editor }}
166+ - .yamato/console-standalone-test.yml#console_standalone_test_{{ project.name }}_ {{ platform.name }}_{{ editor }}
167167{% endfor -%}
168168{% endfor -%}
169169{% endfor -%}
@@ -176,7 +176,7 @@ run_all_project_tests_console_standalone_trunk:
176176{% for project in projects.default -%}
177177{% for platform in test_platforms.console_test -%}
178178{% for editor in validation_editors.default -%}
179- - .yamato/console-standalone-test.yml#console_standalone_test_{{ project.name }}_tests_ {{ platform.name }}_{{ editor }}
179+ - .yamato/console-standalone-test.yml#console_standalone_test_{{ project.name }}_ {{ platform.name }}_{{ editor }}
180180{% endfor -%}
181181{% endfor -%}
182182{% endfor -%}
0 commit comments