Skip to content

Commit 28eada5

Browse files
docs(NODE-6339): update README testing section (#199)
1 parent b13c729 commit 28eada5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ To verify the native `.node` packages, follow the same steps as above.
9393
Run the test suite using:
9494

9595
```bash
96-
npm test
96+
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
9797
```
9898

99-
NOTE: The test suite requires an active kerberos deployment, see `test/scripts/travis.sh` to better understand these requirements.
99+
NOTE: The test suite requires an active kerberos deployment.
100100

101101
# Documentation
102102

0 commit comments

Comments
 (0)