diff tests/test-hgweb-commands @ 10414:1a8df80dfdde

streaming: actually change default
author Matt Mackall <mpm@selenic.com>
date Tue, 09 Feb 2010 14:12:34 -0600
parents 4441e8d7f04f
children 26c7d4fc31bf aff419e260f9
line wrap: on
line diff
--- a/tests/test-hgweb-commands	Tue Feb 09 14:12:22 2010 -0600
+++ b/tests/test-hgweb-commands	Tue Feb 09 14:12:34 2010 -0600
@@ -16,7 +16,7 @@
 echo another > foo
 hg branch stable
 hg ci -Ambranch
-hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
+hg serve --config server.uncompressed=False -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
 cat hg.pid >> $DAEMON_PIDS
 
 echo % Logs and changes