tests/test-hgweb-non-interactive.t
changeset 26219 ae33fff17c1e
parent 16913 f2719b387380
child 26220 a43328baa2ac
equal deleted inserted replaced
26218:7d45ec47c0af 26219:ae33fff17c1e
    62   > print '---- ERRORS'
    62   > print '---- ERRORS'
    63   > print errors.getvalue()
    63   > print errors.getvalue()
    64   > print '---- OS.ENVIRON wsgi variables'
    64   > print '---- OS.ENVIRON wsgi variables'
    65   > print sorted([x for x in os.environ if x.startswith('wsgi')])
    65   > print sorted([x for x in os.environ if x.startswith('wsgi')])
    66   > print '---- request.ENVIRON wsgi variables'
    66   > print '---- request.ENVIRON wsgi variables'
    67   > print sorted([x for x in i.repo.ui.environ if x.startswith('wsgi')])
    67   > print sorted([x for x in i._getrepo().ui.environ if x.startswith('wsgi')])
    68   > EOF
    68   > EOF
    69   $ python request.py
    69   $ python request.py
    70   ---- STATUS
    70   ---- STATUS
    71   200 Script output follows
    71   200 Script output follows
    72   ---- HEADERS
    72   ---- HEADERS