| author | Tom Henderson <tomh@tomh.org> |
| Tue Feb 03 06:56:47 2009 -0800 (12 months ago) | |
| changeset 4135 | 3e819441bc75 |
| parent 4134 | a104b592cba3 |
| parent 4133 | 04d39d5b5e20 |
| child 4136 | ae89ef24fa1b |
| child 4154 | 10e3985a1a0b |
| child 4181 | c7c44a32a7c5 |
1.1 --- a/regression/tests/test-realtime-udp-echo.py Tue Feb 03 06:56:14 2009 -0800 1.2 +++ b/regression/tests/test-realtime-udp-echo.py Tue Feb 03 06:56:47 2009 -0800 1.3 @@ -2,3 +2,6 @@ 1.4 1.5 """Generic trace-comparison-type regression test.""" 1.6 1.7 +def may_run(env, options): 1.8 + if not env["ENABLE_REAL_TIME"]: 1.9 + return "Real-time support not available"
2.1 Binary file waf has changed