fixtests: fix morestatus and perftweaks tests to match upstream

Upstream changed the transaction logic around rebase, and added better quoting
to tests, so we need to update our internal tests accordingly.
This commit is contained in:
Durham Goode 2017-03-21 09:18:01 -07:00
parent 2393924384
commit f108f54ab0
2 changed files with 4 additions and 2 deletions

View File

@ -166,6 +166,8 @@ Test hg status is normal after rebase abort
Test rebase with an interrupted update:
$ hg $breakupdateflag rebase -s 2977a57ce863 -d 79361b8cdbb5 -q
transaction abort!
rollback completed
$ hg status
# The repository is in an unfinished *rebase* state.

View File

@ -31,7 +31,7 @@ Test disabling the tag cache
tip 1:2cc13e58bcd8
$ hg blackbox | grep tag
*> tags (glob)
*> tags --config perftweaks.disabletags=True exited 0 after * seconds (glob)
*> tags --config 'perftweaks.disabletags=True' exited 0 after * seconds (glob)
$ cd ..
@ -78,7 +78,7 @@ Test disabling the branchcache
*> commit -Aqm a (glob)
*> perftweaks updated served branch cache (glob)
*> wrote served branch cache with 1 labels and 1 nodes (glob)
*> commit -Aqm a --config perftweaks.disablebranchcache=True exited 0 after * seconds (glob)
*> commit -Aqm a --config 'perftweaks.disablebranchcache=True' exited 0 after * seconds (glob)
*> blackbox (glob)
$ cd ..