Mercurial > public > mercurial-scm > hg-stable
diff tests/test-non-interactive-wsgi @ 5580:f429e0e067a8
Fix style nit and add some comments to tests.
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Sun, 02 Dec 2007 10:12:26 +0100 |
parents | d74fc8dec2b4 |
children | 6b5522cb2ad2 |
line wrap: on
line diff
--- a/tests/test-non-interactive-wsgi Sat Dec 01 19:19:08 2007 +0100 +++ b/tests/test-non-interactive-wsgi Sun Dec 02 10:12:26 2007 +0100 @@ -1,4 +1,6 @@ #!/bin/sh +# Tests if hgweb can run without touching sys.stdin, as is required +# by the WSGI standard and strictly implemented by mod_wsgi. mkdir repo cd repo