Skip to content

Commit ea72c47

Browse files
committed
Updated typo in cmb tests runAll definition
1 parent 538df1a commit ea72c47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.yamato/_run-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ run_all_project_tests_cmb_service:
263263
{% for platform in test_platforms.default -%}
264264
{% for editor in validation_editors.all -%}
265265
{% for backend in scripting_backends -%}
266-
- .yamato/cmb_service_standalone_tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}
266+
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}
267267
{% endfor -%}
268268
{% endfor -%}
269269
{% endfor -%}
@@ -276,7 +276,7 @@ run_all_project_tests_cmb_service_trunk:
276276
{% for project in projects.default -%}
277277
{% for platform in test_platforms.default -%}
278278
{% for backend in scripting_backends -%}
279-
- .yamato/cmb_service_standalone_tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_trunk
279+
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_trunk
280280
{% endfor -%}
281281
{% endfor -%}
282282
{% endfor -%}
@@ -288,7 +288,7 @@ run_all_project_tests_cmb_service_6000:
288288
{% for project in projects.default -%}
289289
{% for platform in test_platforms.default -%}
290290
{% for backend in scripting_backends -%}
291-
- .yamato/cmb_service_standalone_tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_6000.0
291+
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_6000.0
292292
{% endfor -%}
293293
{% endfor -%}
294294
{% endfor -%}

0 commit comments

Comments
 (0)