You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .evergreen/config.yml
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,15 @@ functions:
327
327
${PREPARE_SHELL}
328
328
sh ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
329
329
330
+
"run mod_wsgi tests":
331
+
- command: shell.exec
332
+
type: test
333
+
params:
334
+
working_dir: "src"
335
+
script: |
336
+
${PREPARE_SHELL}
337
+
PYTHON_BINARY=${PYTHON_BINARY} MOD_WSGI_VERSION=${MOD_WSGI_VERSION} PROJECT_DIRECTORY=${PROJECT_DIRECTORY} sh ${PROJECT_DIRECTORY}/.evergreen/run-mod-wsgi-tests.sh
0 commit comments