Skip to content

Commit f12e0e5

Browse files
committed
Print error messsage
1 parent 5343963 commit f12e0e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_tox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def test_run():
3939

4040

4141
def test_help_command():
42-
success, _ = run_command("fosslight_source -h")
43-
assert success is True, "Test Release: Help command failed "
42+
success, msg = run_command("fosslight_source -h")
43+
assert success is True, f"Test Release: Help command failed :{msg}"
4444

4545

4646
def test_scan_command():

0 commit comments

Comments
 (0)