tests: quiet strip to avoid commandserver pathsep issue stable
authorMatt Mackall <mpm@selenic.com>
Thu, 09 May 2013 15:17:29 -0500
branchstable
changeset 19166 e958b17696fe
parent 19165 98406218117a
child 19167 c57e99386d88
child 19169 bcdfb6078b9f
tests: quiet strip to avoid commandserver pathsep issue
tests/test-commandserver.py
tests/test-commandserver.py.out
--- 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'])
--- a/tests/test-commandserver.py.out	Thu May 09 15:09:36 2013 -0500
+++ b/tests/test-commandserver.py.out	Thu May 09 15:17:29 2013 -0500
@@ -187,6 +187,5 @@
  runcommand phase -p .
  runcommand phase .
 5: public
-saved backup bundle to $TESTTMP/.hg/strip-backup/d3a0a68be6de-backup.hg
  runcommand branches
 default                        1:731265503d86