Skip to content

Commit cc9e747

Browse files
committed
fix func name
1 parent e4d13b3 commit cc9e747

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.evergreen/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ functions:
208208
working_dir: "src"
209209
include_expansions_in_env: [VERSION, TOPOLOGY, AUTH, SSL, ORCHESTRATION_FILE,
210210
STORAGE_ENGINE, REQUIRE_API_VERSION, DRIVERS_TOOLS, TEST_CRYPT_SHARED, AUTH_AWS, LOAD_BALANCER]
211-
args: [.evergreen/just.sh, run-server, "${TEST_NAME}", "${SUB_TEST_NAME}"]
211+
args: [.evergreen/just.sh, run server, "${TEST_NAME}", "${SUB_TEST_NAME}"]
212212
- command: expansions.update
213213
params:
214214
file: ${DRIVERS_TOOLS}/mo-expansion.yml
@@ -554,7 +554,7 @@ tasks:
554554
- name: "doctests"
555555
tags: ["doctests"]
556556
commands:
557-
- func: "run-server"
557+
- func: "run server"
558558
- func: "run doctests"
559559

560560
- name: "test-serverless"
@@ -567,13 +567,13 @@ tasks:
567567
- name: "test-enterprise-auth"
568568
tags: ["enterprise-auth"]
569569
commands:
570-
- func: "run-server"
570+
- func: "run server"
571571
- func: "assume ec2 role"
572572
- func: "run enterprise auth tests"
573573

574574
- name: "test-search-index-helpers"
575575
commands:
576-
- func: "run-server"
576+
- func: "run server"
577577
vars:
578578
VERSION: "6.0"
579579
TOPOLOGY: "replica_set"
@@ -585,31 +585,31 @@ tasks:
585585
- name: "mod-wsgi-standalone"
586586
tags: ["mod_wsgi"]
587587
commands:
588-
- func: "run-server"
588+
- func: "run server"
589589
vars:
590590
TOPOLOGY: "server"
591591
- func: "run mod_wsgi tests"
592592

593593
- name: "mod-wsgi-replica-set"
594594
tags: ["mod_wsgi"]
595595
commands:
596-
- func: "run-server"
596+
- func: "run server"
597597
vars:
598598
TOPOLOGY: "replica_set"
599599
- func: "run mod_wsgi tests"
600600

601601
- name: "mod-wsgi-embedded-mode-standalone"
602602
tags: ["mod_wsgi"]
603603
commands:
604-
- func: "run-server"
604+
- func: "run server"
605605
- func: "run mod_wsgi tests"
606606
vars:
607607
MOD_WSGI_EMBEDDED: "1"
608608

609609
- name: "mod-wsgi-embedded-mode-replica-set"
610610
tags: ["mod_wsgi"]
611611
commands:
612-
- func: "run-server"
612+
- func: "run server"
613613
vars:
614614
TOPOLOGY: "replica_set"
615615
- func: "run mod_wsgi tests"
@@ -624,7 +624,7 @@ tasks:
624624
- name: "free-threading"
625625
tags: ["free-threading"]
626626
commands:
627-
- func: "run-server"
627+
- func: "run server"
628628
vars:
629629
VERSION: "8.0"
630630
TOPOLOGY: "replica_set"
@@ -726,7 +726,7 @@ tasks:
726726
- name: "perf-6.0-standalone"
727727
tags: ["perf"]
728728
commands:
729-
- func: "run-server"
729+
- func: "run server"
730730
vars:
731731
VERSION: "v6.0-perf"
732732
- func: "run perf tests"
@@ -736,7 +736,7 @@ tasks:
736736
- name: "perf-6.0-standalone-ssl"
737737
tags: ["perf"]
738738
commands:
739-
- func: "run-server"
739+
- func: "run server"
740740
vars:
741741
VERSION: "v6.0-perf"
742742
SSL: "ssl"
@@ -747,7 +747,7 @@ tasks:
747747
- name: "perf-8.0-standalone"
748748
tags: ["perf"]
749749
commands:
750-
- func: "run-server"
750+
- func: "run server"
751751
vars:
752752
VERSION: "8.0"
753753
- func: "run perf tests"

0 commit comments

Comments
 (0)