diff --git a/tests/README.md b/tests/README.md index a2d93b8078..1e30f16d50 100644 --- a/tests/README.md +++ b/tests/README.md @@ -212,5 +212,6 @@ test_cpp.py::test_model[eagle-86] 3. Invoke `pytest` with TRT-LLM custom option `--test-list`: ```shell -pytest integration --test-list="a10_list.txt" +cd tests/integration/defs +pytest . --test-list="a10_list.txt" --output-dir=/tmp/llm_integration_test ```