Skip to content

Commit 4c41acd

Browse files
committed
Merge branch 'req_bug' of github.com:fosslight/fosslight_source_scanner into req_bug
2 parents 8fa661d + f12e0e5 commit 4c41acd

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)