File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ buildvariants:
356
356
- ubuntu2204-small
357
357
expansions :
358
358
MOD_WSGI_VERSION : " 4"
359
- TEST_NAME : mode_wsgi
359
+ TEST_NAME : mod_wsgi
360
360
SUB_TEST_NAME : standalone
361
361
- name : mod_wsgi-embedded-mode-ubuntu-22
362
362
tasks :
@@ -367,7 +367,7 @@ buildvariants:
367
367
- ubuntu2204-small
368
368
expansions :
369
369
MOD_WSGI_VERSION : " 4"
370
- TEST_NAME : mode_wsgi
370
+ TEST_NAME : mod_wsgi
371
371
SUB_TEST_NAME : embedded
372
372
373
373
# No c ext tests
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ def create_mod_wsgi_variants():
337
337
variants = []
338
338
for test_type in ["standalone" , "embedded-mode" ]:
339
339
expansions = dict (
340
- MOD_WSGI_VERSION = "4" , TEST_NAME = "mode_wsgi " , SUB_TEST_NAME = test_type .split ("-" )[0 ]
340
+ MOD_WSGI_VERSION = "4" , TEST_NAME = "mod_wsgi " , SUB_TEST_NAME = test_type .split ("-" )[0 ]
341
341
)
342
342
display_name = get_variant_name (f"mod_wsgi { test_type } " , host )
343
343
variants .append (
You can’t perform that action at this time.
0 commit comments