Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Aug 13, 2024
1 parent 7838a37 commit a2663c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/scripts/verify-mo.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ def verify(self) -> None:
# or 1 (differences); anything else is an error.
test = self.diffoscope_call(Path(self.mo.fpath), Path(self.mo_target), filtered=False)
if test.returncode not in [0, 1]:
print(test.stdout.decode())
print(test.stderr.decode())
test.check_returncode()

# With filtering, since diffoscope will return 1 on differences
Expand Down

0 comments on commit a2663c9

Please sign in to comment.