From 01b09b98066d33f70502d7ebefd7e164602da584 Mon Sep 17 00:00:00 2001 From: Parag Kulkarni Date: Wed, 18 Oct 2023 11:18:50 +0530 Subject: [PATCH] pytest -v --verbosity=6 --- .../home/coder/.local/bin/run-test-or-analysis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous_integration/home/coder/.local/bin/run-test-or-analysis b/continuous_integration/home/coder/.local/bin/run-test-or-analysis index d272e3369..b3fa88df1 100755 --- a/continuous_integration/home/coder/.local/bin/run-test-or-analysis +++ b/continuous_integration/home/coder/.local/bin/run-test-or-analysis @@ -19,7 +19,7 @@ run_test_or_analysis() { echo "Executing unit tests..." mamba install -y -n "${DEFAULT_CONDA_ENV:-legate}" -c conda-forge pytest pytest-mock ipython jupyter_client ucx openmpi cd ~/legate/tests/unit - pytest -v --verbosity=4 + pytest -v --verbosity=6 ;; "mypy") echo "Executing mypy..."