diff options
Diffstat (limited to 'tests/test_venv.py')
-rw-r--r-- | tests/test_venv.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_venv.py b/tests/test_venv.py index f3455411..776abb60 100644 --- a/tests/test_venv.py +++ b/tests/test_venv.py @@ -30,6 +30,7 @@ def run_in_venv(cmd): else: words[0] = fr"venv/bin/{words[0]}" status, output = run_command(" ".join(words)) + print(output) assert status == 0 return output |