Skip to content

Commit c65fb7e

Browse files
committed
add sync to name
1 parent 7b9fb1c commit c65fb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def create_standard_non_linux_tasks():
610610
ssl = "nossl" if topology == "stanadlone" else "ssl"
611611
tags = ["standard-non-linux", f"server-{version}", python, f"{topology}-{auth}-{ssl}"]
612612
expansions = dict(AUTH=auth, SSL=ssl, TOPOLOGY=topology, VERSION=version)
613-
name = get_task_name("test", python=python, **expansions)
613+
name = get_task_name("test", python=python, sync=sync, **expansions)
614614
server_func = FunctionCall(func="run server", vars=expansions)
615615
test_vars = expansions.copy()
616616
test_vars["PYTHON_VERSION"] = python

0 commit comments

Comments
 (0)