Files
unison/regression/tests/test-realtime-udp-echo.py
2009-02-01 13:44:29 +00:00

8 lines
190 B
Python

#! /usr/bin/env python
"""Generic trace-comparison-type regression test."""
def may_run(env, options):
if not env["ENABLE_REAL_TIME"]:
return "Real-time support not available"