diff tests/test-commandserver.py @ 19166:e958b17696fe stable

tests: quiet strip to avoid commandserver pathsep issue
author Matt Mackall <mpm@selenic.com>
date Thu, 09 May 2013 15:17:29 -0500
parents 1c8e0d6ac3b0
children c57e99386d88
line wrap: on
line diff
--- a/tests/test-commandserver.py	Thu May 09 15:09:36 2013 -0500
+++ b/tests/test-commandserver.py	Thu May 09 15:17:29 2013 -0500
@@ -252,7 +252,7 @@
     runcommand(server, ['phase', '.'])  # load _phasecache.phaseroots
 
     # strip 1::4 outside server
-    os.system('hg --config extensions.mq= strip 1')
+    os.system('hg -q --config extensions.mq= strip 1')
 
     # shouldn't raise "7966c8e3734d: no node!"
     runcommand(server, ['branches'])