From 28eada5e66964cfbdf8509d42333f90b9272099a Mon Sep 17 00:00:00 2001 From: Aditi Khare <106987683+aditi-khare-mongoDB@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:23:35 -0400 Subject: [PATCH] docs(NODE-6339): update README testing section (#199) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6623648..321dad0c 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,10 @@ To verify the native `.node` packages, follow the same steps as above. Run the test suite using: ```bash -npm test +docker run -i -v PATH_TO_KERBEROS_REPO:/app -w /app -e PROJECT_DIRECTORY=/app ubuntu:20.04 /bin/bash /app/.evergreen/run-tests-ubuntu.sh ``` -NOTE: The test suite requires an active kerberos deployment, see `test/scripts/travis.sh` to better understand these requirements. +NOTE: The test suite requires an active kerberos deployment. # Documentation