mirror of
https://github.com/logos-storage/deluge.git
synced 2026-08-26 18:31:11 +00:00
[CI] Add catchsegv to get a backtrace for segfaults
Encountering random libtorrent segfault with GitHub action so add catchsegv when running tests to get more information.
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
run: |
|
||||
cp /usr/lib/python3/dist-packages/libtorrent*.so $GITHUB_WORKSPACE/deluge
|
||||
python -c 'from deluge._libtorrent import lt; print(lt.__version__)';
|
||||
pytest -m "not (todo or gtkui or security)" deluge
|
||||
catchsegv pytest -m "not (todo or gtkui or security)" deluge
|
||||
|
||||
test-windows:
|
||||
runs-on: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user