Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Aug 30, 2024
1 parent 8f05db3 commit fbb5486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/silx/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def run_tests(
sys.executable,
"-m",
"pytest",
"--debug",
f"--rootdir={silx.__path__[0]}",
"--verbosity",
str(verbosity),
Expand All @@ -81,4 +82,5 @@ def run_tests(
else imported_module.__file__
)

print("XXXX", cmd)
return subprocess.run(cmd, check=False).returncode

0 comments on commit fbb5486

Please sign in to comment.