Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiazcoaga committed Apr 30, 2024
1 parent f580215 commit f17e347
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run_unit_tests(root):
def run_integration_tests(detector, root):
start_time = time.time()

returncode, stdout, stderr = run_subprocess(
returncode, stdout, _ = run_subprocess(
[
"cargo",
"scout-audit",
Expand All @@ -62,8 +62,6 @@ def run_integration_tests(detector, root):
)

if stdout is None:
for line in stderr.splitlines():
print(f" error: {line}")
print(
f"{RED}Failed to run integration tests in {root} - Metadata returned empty.{ENDC}"
)
Expand Down

0 comments on commit f17e347

Please sign in to comment.