Skip to content
Snippets Groups Projects
Commit e33d4fe3 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

test HuS

parent 39cbcb03
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,5 @@ install:
- python setup.py install
script:
- nosetests --with-coverage
- bash tests/test_posix/test_hang_until_sig.sh
# coding=UTF-8
from satella.posix import hang_until_sig
if __name__ == '__main__':
hang_until_sig()
#!/bin/bash
python tests/test_posix/hang_until_sig.py &
kill -15 %1
wait
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment