Skip to content

Commit

Permalink
WIP print jep pytest result
Browse files Browse the repository at this point in the history
  • Loading branch information
elevans committed Jul 29, 2024
1 parent 8e2eea4 commit c3c4d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ scyjava._logger.addHandler(logging.StreamHandler(sys.stderr))
scyjava._logger.setLevel(logging.INFO)
scyjava.config.set_verbose(2)
result = pytest.main($argString)
print(f'[DEBUG]: {result}')
if result:
sys.exit(result)
" > jep_test.py
Expand Down

0 comments on commit c3c4d0e

Please sign in to comment.