tests/hal-link-unlink: run with realtime started

This commit is contained in:
Michael Haberler 2014-03-27 19:38:43 +01:00
parent 7f4d56b01c
commit dba7e1ee84

View file

@ -1,5 +1,8 @@
#!/bin/bash
realtime start
python hallink.py
realtime stop
exit $?