Skip the real-time udp echo test if real-time support not compiled in.

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-02-01 13:44:29 +00:00
parent 36bcf84126
commit 29901e79dc

View File

@@ -2,3 +2,6 @@
"""Generic trace-comparison-type regression test."""
def may_run(env, options):
if not env["ENABLE_REAL_TIME"]:
return "Real-time support not available"