Skip to content

Commit

Permalink
More test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Regebro committed Oct 8, 2024
1 parent 7b5924b commit c077754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04]
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Package
run: |
python -m pip install virtualenv
Expand All @@ -33,4 +33,4 @@ jobs:
- name: Test with pytest
run: |
source ve/bin/activate
make test
pytest -s
1 change: 1 addition & 0 deletions src/unoserver/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def compare(
server.serve_forever()

def stop(self):
logger.info("Stopping XMLRPC Server.")
if self.libreoffice_process:
self.libreoffice_process.terminate()
if self.xmlrcp_server is not None:
Expand Down

0 comments on commit c077754

Please sign in to comment.