Mercurial > hg
changeset 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 | 98406218117a |
children | c57e99386d88 bcdfb6078b9f |
files | tests/test-commandserver.py tests/test-commandserver.py.out |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
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'])
--- 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