Skip to content

Commit 43839c7

Browse files
authored
[TRTLLM-9642][infra] Increase pytest verbosity for failed tests (#9657)
Signed-off-by: qqiao <qqiao@nvidia.com> Signed-off-by: Emma Qiao <qqiao@nvidia.com>
1 parent 8d4b09d commit 43839c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jenkins/L0_Test.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def getPytestBaseCommandLine(
808808
portEnvVars,
809809
pytestUtil,
810810
"pytest",
811-
"-v",
811+
"-vv",
812812
testFilter[(DETAILED_LOG)] ? "-s" : "",
813813
"--timeout-method=thread",
814814
"--apply-test-list-correction",

tests/integration/defs/test_unittests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ def test_unittests_v2(llm_root, llm_venv, case: str, output_dir, request):
126126
f'results-sub-unittests-{case_fn}.xml')
127127

128128
command = [
129-
'-m', 'pytest', ignore_opt, "-v", "--tb=short", "-rF", "--timeout=2400",
130-
"--timeout-method=thread"
129+
'-m', 'pytest', ignore_opt, "-vv", "--tb=short", "-rF",
130+
"--timeout=2400", "--timeout-method=thread"
131131
]
132132
if test_prefix:
133133
command += [f"--test-prefix={test_prefix}"]

0 commit comments

Comments
 (0)