Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed Feb 17, 2025
1 parent d034d0d commit daa8ae2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/skrobot_tests/test_console_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ def test_convert_urdf_mesh(self):
print('Executing {}'.format(cmd))
result = subprocess.run(cmd, shell=True, **kwargs)
print(cmd)
if result.returncode != 0:
print(result.stdout.decode())
print(result.stderr.decode())
assert result.returncode == 0

0 comments on commit daa8ae2

Please sign in to comment.