Commit 4192ba8c authored by Denis Bilenko's avatar Denis Bilenko

test__examples.py: ignore webproxy.py

parent d0536c3c
...@@ -12,7 +12,7 @@ assert modules ...@@ -12,7 +12,7 @@ assert modules
errors = [] errors = []
for path in modules: for path in modules:
if path.endswith('server.py'): if path.endswith('server.py') or path.endswith('proxy.py'):
print path, 'skipping' print path, 'skipping'
else: else:
print path, 'running' print path, 'running'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment